List Conversations
curl https://api.whatbot.in/public/v1/conversations?limit=50 \ -H "X-API-Key: wa_live_xxx"Query parameters
Section titled “Query parameters”| Field | Type | Required | Description |
|---|---|---|---|
| limit | number | Max conversations to return (max 200). Defaults to 50. |
Response
Section titled “Response”| Field | Type | Required | Description |
|---|---|---|---|
| conversations | array | Conversations, each with the contact, status, assignment, unread count, and last message/inbound timestamps. |
{ "conversations": [ { "id": "a5230fa7-...", "phone_number": "919876543210", "contact_name": "Ravi Kumar", "status": "open", "assigned_agent_name": "Priya", "unread_count": 0, "last_message_at": "2026-07-08T09:12:00Z" } ]}