cURL
curl --request GET \ --url http://sandbox.mintlify.com/events/chat \ --header 'Authorization: Bearer <token>'
[ { "sessionId": "<string>", "userId": "<string>", "messageType": "text", "timestamp": "2023-11-07T05:31:56Z", "content": "<string>" } ]
Retrieve chat events
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by customer ID
List of chat events
Unique identifier for the chat session
ID of the user in the chat
Type of chat message
text
file
system
When the message was sent
Content of the message