Skip to main content
GET
/
v1
/
recurring-payments
cURL
curl --request GET \
  --url https://external.vin.gs/api/v1/recurring-payments \
  --header 'Authorization: Bearer <token>'
{
  "recurring": [
    {
      "merchant": "<string>",
      "avgAmount": {
        "amount_cents": 123,
        "currency": "<string>"
      },
      "lastDate": "<string>",
      "occurrences": 123,
      "nextDate": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.vin.gs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Vings OAuth access token or personal access token (vng_pat_…). Use Authorization: Bearer ….

Query Parameters

monthsBack
string

Response

Detected recurring payments

recurring
object[]
required

Detected recurring payments