ClientCategory
Retrieve a client category
Get a client category for the specified business id and category id
get/api/business/{businessId}/category/client/{categoryId}
Path parameters
businessIdstring required
categoryIdstring required
Response
Specified client category retrieved
Example response
{
"categoryId": "ab123",
"name": "Loyal Customer",
"description": "Has made many visits"
}