get https://api.zenoti.com/ /v1/Centers
This API retrieves a list of centers based on the base center's ID and coordinates (latitude and longitude).
Response Model
CenterInfoList
| Json Property | Data Type | Description |
|---|---|---|
| centers | List | List of all centers |
| requested_centers | List | Requested center details |
| page_info | PaginationDetailsViewModel | Pagination details |
| error | ApiErrorModel | Error model |
centers object (CenterInfo)
| Json Property | Data Type | Description |
|---|---|---|
| distance_to_provided_location | double? | Distance to the provided location (Nullable) |
| distance_type | string | Name of the unit for the distance |
