Skip to main content
GET
/
v1
/
budgets
/
categories
cURL
curl --request GET \
  --url https://external.vin.gs/api/v1/budgets/categories \
  --header 'Authorization: Bearer <token>'
[
  {
    "target_amount_cents": 123,
    "currency": "<string>",
    "id": "<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 ….

Response

Budget categories

category
required
Available options:
DIVIDEND,
GIFT,
INTEREST,
INVESTMENT,
PENSION,
REFUND,
SALARY,
TRANSFER_IN
target_amount_cents
number
required
currency
string | null
required
id
string
required