Reference
/- Get a single budget (with its wallet) for bill assignment
Get business budgets for bill assignment
Add or update vendor payment method
Get a single budget (with...
Security
oauth2ClientCredentials(Required scopes: bills:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/bills/budgets/{budgetId}
- Productionhttps://api.boyahq.com/v2/bills/budgets/{budgetId}
- Sandboxhttps://sandbox.api.boyahq.com/v2/bills/budgets/{budgetId}
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/bills/budgets/{budgetId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'