Security
oauth2ClientCredentials(Required scopes: categories:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/categories
- Productionhttps://api.boyahq.com/v2/categories
- Sandboxhttps://sandbox.api.boyahq.com/v2/categories
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/categories?page=1&limit=20' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "docs": [ { … } ], "total": 0, "limit": {}, "page": {}, "pages": 0 }