v1
latestOpenAPI 3.1.02026-07-2422707.0 MBRetrieve a room of a center
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.
get/v1/centers/{center_id}/rooms/{room_id}
Path parameters
center_idstring required
Mandatory Unique 32-character identifier of the center.
room_idstring required
Mandatory Unique 32-character identifier of the room.
Response
200
Example response
{
"id": "699ec863-c155-4c4b-bf58-5310a7d1df1c",
"name": "15% Premium Room",
"capacity": 2
}