Chat Detail
The Chat Details endpoint enables users to access detailed information about a specific chat, including the messages contained within it. To use this endpoint, users must provide the contact_id, which can be obtained from the All Chat endpoint. This feature allows for in-depth examination of individual chat sessions, providing access to message history, timestamps, and other relevant details. It is particularly useful for customer support applications, message archiving, or any scenario where detailed chat content needs to be reviewed or analyzed. By integrating this endpoint, developers can offer users a comprehensive view of their chat interactions.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The contact id.
Response
ChatCollection
The response is of type object
.