List owned Temporary Rooms
GET /api/v1/external/rooms
GET
/api/v1/external/rooms
Available to the authenticated standard user, via webapp session or an API token with temporary-rooms:read.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”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" } ]}