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