budgets

Create Budget

Create a new budget.

post/v1/budgets

Request body

budget_duration_secinteger nullable

Budget duration in seconds (e.g., 86400 for daily, 604800 for weekly)

max_budgetnumber nullable

Maximum spending limit

Response

Successful Response

budget_duration_secinteger nullable required
budget_idstring required
created_atstring required
max_budgetnumber nullable required
updated_atstring required

Changes