cURL
curl --request GET \ --url https://{host}/api/{session}/chats/overview \ --header 'apikey: <api-key>'
[ { "id": "<string>", "name": "<string>", "picture": "<string>", "lastMessage": {}, "_chat": {} } ]
The parameter must be the session’s instanceName.
Your Wappfy API key (get it at dash.wappfy.com.br)
The session name (instanceName) to get conversations
Filter by conversation IDs