v1
latestOpenAPI 3.1.02026-07-2422707.0 MBRetrieve a center
This API helps you to retrieve the details of a center. You must specify the unique identifier of the center as center_id.
get/v1/Centers/{center_id}
Path parameters
center_idstring required
Mandatory Unique 32-character identifier of the center.
Response
200
Example response
{
"center": {
"id": "34f7b069-1bce-4f24-b9b2-f58ebbf768f0",
"name": "Zenoti Inc.",
"code": "Z001",
"phone": "0000000000",
"time_zone_id": 6,
"currency_id": 148,
"email": "apisupport@zenoti.com"
}
}