Show a Temporary Room
GET /api/v1/external/rooms/{id}
GET
/api/v1/external/rooms/{id}
Available to the room owner, via webapp session or an API token with temporary-rooms:read.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
The ID of the room.
Example
01kxb0t5c4ccf16vp1qt0y0merResponses
Section titled “ Responses ”object
data
object
room_id
string
01HX... kind
string
temporary_room status
string
active{ "data": { "room_id": "01HX...", "kind": "temporary_room", "status": "active" }}