List All Chats
View All WhatsApp Messaging API APIs →Return a summary of every chat in the session's local store, which fills in as history syncs after login. Each summary includes the chat name, jid, whether it is a group, the unread count, and the number of stored messages. Use it to build a conversation list or to discover chatJids for reading message history.
API Features
Full chat overview Lists every known chat with name, jid, group flag, unread count, and message count
Discover chatJids Provides the chatJid needed to read per-chat message history and download media
Syncs after login Populates automatically as WhatsApp history syncs once the session is connected
Live API Demo
🔒 Sign in to try it live
Log in to call this API with your own API key. New accounts get 1000 free credits — no card required.
Log in / Sign upNo active API key found. Create one in your Dashboard, then reload this page.Dashboard →
API Response (JSON)
{} Query Result
Need Help?
If you encounter API issues or need other API requirements, please contact us.
Use Cases
- Render a conversation/inbox list in a support or sales tool
- Discover chatJids to fetch message history programmatically
- Surface unread counts for prioritization and routing