---
title: "Retrieve a center"
method: GET
path: "/v1/Centers/{center_id}"
---

# Retrieve a center

`GET /v1/Centers/{center_id}`

This API helps you to retrieve the details of a center. You must specify the unique identifier of the center as `center_id`.

## Path parameters

- `center_id` string, required

## Response `200`

200

- object
  - `center` object
    - `id` string
    - `name` string
    - `code` string
    - `phone` string
    - `time_zone_id` integer
    - `currency_id` integer
    - `email` string
  - `error` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
