post https://waapi.app/api/v1/instances//client/action/set-status
Sets the WhatsApp status text for the connected account
Log in to see full request history
Response
Sets the WhatsApp status text for the connected account
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/set-status \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"data": {
"status": "success",
"instanceId": 0
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/set-status"
},
"status": "success"
}