latestOpenAPI 3.0.12026-08-08175166.0 KB
e93b1cd07aaf
Spend Limits (v1)
List Spend Limits
Lists Spend Limits belonging to this account
get/v1/budgets
Query parameters
cursorstring nullable
limitinteger nullable
Response
A page with a list of Spend Limits
Example response
{
"items": [
{
"limit": {
"amount": 700,
"currency": "USD"
},
"current_period_balance": {
"balance": {
"amount": 700,
"currency": "USD"
}
}
}
]
}