budgets

Get a single budget.

Get a single budget. If the start date and end date are submitted as well, the "spent" array will be updated accordingly.

get/v1/budgets/{id}

Path parameters

idstring required
Example:123

The ID of the requested budget.

Query parameters

startstring date
Example:2026-08-01

A date formatted YYYY-MM-DD, to get info on how much the user has spent.

endstring date
Example:2026-08-31

A date formatted YYYY-MM-DD, to get info on how much the user has spent.

Headers

X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00

Unique identifier associated with this request.

Response

The requested budget

Changes