Rooms

Get public room info (no API key required)

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

Authorization

tenant-api-key
x-api-key<token>

Tenant API key (backend only — never expose to a browser)

In: header

Path Parameters

id*string

Room CUID

Response Body

application/json

curl -X GET "https://example.com/api/v1/rooms/string/info"
{  "id": "string",  "name": "string",  "slug": "string",  "type": "INSTANT",  "status": "WAITING",  "maxParticipants": 0,  "enableWaitingRoom": true,  "enableE2EE": true,  "enableRecording": true,  "autoRecord": true,  "enableAiFeatures": true,  "enableChat": true,  "enableScreenShare": true,  "isLocked": true,  "activeParticipants": 0,  "scheduledAt": {},  "startedAt": {},  "autoEndAt": {},  "endedAt": {},  "createdAt": "2019-08-24T14:15:22Z"}