cURL
curl --request GET \ --url https://business.bfinance.app/external/api/budgets \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "budgets": [ { "id": "<string>", "label": "<string>", "balance": { "currency": "USD", "value": 100.5 } } ], "page": 1, "limit": 10 } }
Retrieve a paginated list of budgets.
JWT authentication token
Page number for pagination
Number of items per page
Successfully retrieved budgets list
"success"
Show child attributes
Was this page helpful?
Contact support