---
title: "Retrieve a room of a center"
method: GET
path: "/v1/centers/{center_id}/rooms/{room_id}"
---

# Retrieve a room of a center

`GET /v1/centers/{center_id}/rooms/{room_id}`

This API helps you to retrieve the details of a specific room at the required center.

You must specify in the API request the unique identifier of the location (center) as `center_id` and the unique identifier of the room as `room_id`. The API then retrieves the details of the room.

## Path parameters

- `center_id` string, required
- `room_id` string, required

## Response `200`

200

- object
  - `id` string
  - `code` string
  - `name` string
  - `room_category_id` string
  - `description` string
  - `capacity` integer
  - `can_exceed_capacity` boolean
  - `only_one_appointment` boolean

## 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)
