budgets
Store new budget limit.
Store a new budget limit under this budget.
post/v1/budgets/{id}/limits
Path parameters
idstring required
Example:123
The ID of the budget.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"currency_id": "5",
"currency_code": "EUR",
"budget_id": "23",
"start": "2026-08-01",
"period": "monthly",
"end": "2026-08-31",
"amount": "123.45",
"notes": "Some example notes",
"fire_webhooks": true
}Response
New budget limit stored, result in response.