post https://waapi.app/api/v1/instances//client/action/unarchive-chat
unarchive chat
Log in to see full request history
Response
unarchive chat
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/unarchive-chat \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"data": {
"chatUnarchived": true
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/unarchive-chat"
},
"status": "success"
}