List messages in a chat room

Returns a list of messages in a chat room

Authentication

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

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

Path parameters

chat_idstringRequired
Chat Room ID

Query parameters

pageintegerOptional
Page number
per_pageintegerOptional
Items per page
sincestringOptionalformat: "date-time"
Messages after timestamp
message_typeenumOptional
Filter by message type

Response

Chat Messages
datalist of objects or null
metadataobject or null

Errors