cURL
curl --request PUT \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/update-auto-read-message \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "value": true }'
Enable or disable automatic reading of all messages received by the API
true
false
{ "value": true }