cURL
curl --request GET \ --url https://business.bfinance.app/external/api/budgets/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "id": "<string>", "label": "<string>", "balance": { "currency": "USD", "value": 75.25 }, "cardType": "<string>", "realTimeAuthorization": true } }
Retrieve detailed information about a specific budget.
JWT authentication token
ID of the budget
Successfully retrieved budget details
"success"
Show child attributes
Was this page helpful?
Contact support