Skip to main content

Endpoints


List room statuses

GET /api/v2/statuses Returns all room statuses available in the organization. Use a returned id as statusId when creating or updating a room.

Response

id
string
Status identifier. Use this as statusId when creating or updating a room.
title
string
Display name of the status.
defaultStatus
boolean
true if this status is automatically assigned to new rooms.
Response 200
Colors and other visual metadata are not included in the API response.