Last updated: 2026-04-11
Budgets
API reference for budget management.
GET
/budgets List all budgets for the account.
POST
/budgets Create a new budget.
json Create budget request
{
"monthlyLimit": 500,
"alertThreshold": 80,
"scope": "ACCOUNT"
} PATCH
/budgets/:id Update a budget.
DELETE
/budgets/:id Delete a budget.