latestOpenAPI 3.0.12026-08-08175166.0 KB

e93b1cd07aaf

Budget Programs

List Budget Programs

Lists Budget Programs belonging to this account

get/v1/budget_programs

Query parameters

cursorstring nullable
limitinteger nullable

Response

A page with a list of Budget Programs

next_cursorstring nullable

Example response

{
  "items": [
    {
      "budget_blueprints": [
        {
          "limit": {
            "amount": 700,
            "currency": "USD"
          }
        }
      ]
    }
  ]
}