Skip to content

List owned Temporary Rooms

GET
/api/v1/external/rooms

Available to the authenticated standard user, via webapp session or an API token with temporary-rooms:read.

object
data
Array<object>
object
room_id
string
01HX...
kind
string
temporary_room
status
string
active
[
{
"room_id": "01HX...",
"kind": "temporary_room",
"status": "active"
}
]
{
"data": [
{
"room_id": "01HX...",
"kind": "temporary_room",
"status": "active"
}
]
}