cURL
curl --request GET \ --url https://{subdomain}.withrealm.com/api/external/alpha/chats \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "assistant_id": "<string>", "agent_id": "<string>", "created": 123, "created_date": "<string>", "content": "<string>", "id": "<string>" } ] }
List chats.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
list
Show child attributes