Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v2/statuses | List room statuses |
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
Status identifier. Use this as
statusId when creating or updating a room.Display name of the status.
true if this status is automatically assigned to new rooms.Response 200
Colors and other visual metadata are not included in the API response.