get https://api.zenoti.com/v1/Centers/
This API helps you to retrieve the details of a center. You must specify the unique identifier of the center as center_id
.
Response Details
Name | Type | Description |
---|---|---|
id | guid | Unique identifier of the center. |
name | string | Name of the center. |
code | string | Unique code to represent the center. |
phone | string | Primary phone number of the center. |
time_zone_id | int | Time zone of the center's location. |
currency_id | int | Time zone of the center's location. |
string | Email ID of the center. | |
error | object | Object that contains error message and error code details. For more information, refer to the error Object table. |
error Object
Code | Message |
---|---|
401 | Authorization has been denied for this request. |
502 | Invalid center_id. |
401 | The username or password is incorrect. |