post https://waapi.app/api/v1/instances//client/action/get-chats
Log in to see full request history
Response
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/get-chats \
--header 'accept: application/json'
Examplexxxxxxxxxx
13{
"data": {
"status": "success",
"instanceId": 0,
"data": {
"data": []
}
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/get-chats"
},
"status": "success"
}