Get a chat room

Gets a specific chat room by ID. Returns 404 if the room doesn’t exist or if you’re not a participant (security-first: doesn’t leak room existence).

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Path parameters

idstringRequired
Chat Room ID

Response

Chat Room
dataobject or null
A chat room

Errors