List your chat rooms

Returns a paginated list of all chat rooms where you are a participant.

Chat rooms can be filtered by status and include information about your role in each room (member, moderator, or admin). The list shows only rooms you have access to based on your participation.

Authentication

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

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

Query parameters

pageintegerOptional>=1Defaults to 1
Page number for pagination
per_pageintegerOptional1-100Defaults to 20
Number of items per page
statusenumOptional

Filter by chat room status (active, archived, or closed)

Allowed values:

Response

Chat Rooms
datalist of objects or null
metadataobject or null

Errors