Security
oauth2ClientCredentials(Required scopes: categories:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/categories/{categoryId}/subcategories/{subcategoryId}
- Productionhttps://api.boyahq.com/v2/categories/{categoryId}/subcategories/{subcategoryId}
- Sandboxhttps://sandbox.api.boyahq.com/v2/categories/{categoryId}/subcategories/{subcategoryId}
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/categories/{categoryId}/subcategories/{subcategoryId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Subcategory details
Response
{ "_id": "string", "group_id": "string", "category": "string", "code": "string", "name": "string", "description": "string", "status": "ACTIVE", "teams": [ [] ], "createdAt": "string", "updatedAt": "string", "mapping_id": "string", "icon": "string", "__v": 0 }