get https://api.zenoti.com/v1/centers//categories
This API helps you to retrieve the list of categories that are active in a center.
You must specify the unique identifier of the location (center) in the API request as center_id.
Response Details
| Name | Type | Description |
|---|---|---|
| categories | object | Object that contains the list of all CategoryInfo-related elements. |
| page_info | object | Object that contains the elements related to the category records displayed on a page. |
| error | object | Object that contains error message and error code details. For more information, refer to the error Object table. |
error Object
| code | message |
|---|---|
| 502 | Invalid center_id. |
