Skip to main content

Auto-reading status

Concept#

This method activates the automatic reading of all status posts received through the API.

Caution

In order for it to work you will need to have Auto reading enabled.

Header#

KeyValue
Client-TokenACCOUNT SECURITY TOKEN

Method#

/update-auto-read-status#

PUT https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/update-auto-read-status

Request Body#

{
"value": true or false
}

Admin Panel#

img


Response#

200#

{
"value": true
}

405#

In this case certify that you are sending the correct specification of the method. This means, verify if you sent a PUT or POST as specified at the beginning of this topic.

415#

In case you receive 415 error, make sure to add the “Content-Type” of the object you are sending in the request headers, mostly “application/json”