Reference
//
Get bill approvers
Security
oauth2ClientCredentials(Required scopes: bills:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/bills/{billId}/approvers
- Productionhttps://api.boyahq.com/v2/bills/{billId}/approvers
- Sandboxhttps://sandbox.api.boyahq.com/v2/bills/{billId}/approvers
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/bills/{billId}/approvers' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'