All Chat
The All Chat endpoint allows users to retrieve a complete list of all chats that have occurred within their WhatsApp channel. This endpoint provides an overview of the chat history, including details about each chat session. The response typically includes metadata such as chat IDs, contact information, and timestamps of recent activity. This functionality is essential for applications that need to display or manage the entire chat history, enabling developers to integrate chat retrieval features seamlessly into their platforms. It provides a foundational view of all ongoing and past conversations within the channel.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
RecentChatCollection
The response is of type object
.