Skip to content

Show a Temporary Room

GET
/api/v1/external/rooms/{id}

Available to the room owner, via webapp session or an API token with temporary-rooms:read.

id
required
string

The ID of the room.

Example
01kxb0t5c4ccf16vp1qt0y0mer
object
data
object
room_id
string
01HX...
kind
string
temporary_room
status
string
active
{
"data": {
"room_id": "01HX...",
"kind": "temporary_room",
"status": "active"
}
}