cURL
curl --request GET \ --url https://api.example.com/conversations
{ "data": [ { "id": "68505cb92a11ea971d9df894", "createdAt": "2025-11-27T00:00:00.000Z", "updatedAt": "2025-11-27T16:00:00.000Z", "channel": "whatsapp", "fullName": "Sofia Martinez", "phoneNumber": "+524441234567" } ], "meta": { "pagination": { "limit": 25, "nextCursor": "eyJpZCI6IjY4NTA1Y2I5MmExMWVhOTcxZDlkZjg5NCJ9", "hasNextPage": true } } }
Max number of conversations to return (1–100).
1 <= x <= 100
25
Pagination cursor returned by the previous request. Pass it to fetch the next page.
"eyJpZCI6IjY4NTA1Y2I5MmExMWVhOTcxZDlkZjg5NCJ9"
A list of available conversations
List of conversations.
Show child attributes