cURL
curl --request PUT \ --url https://api.wapizap.com/api/v2/instances/{id}/presence \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "presence": "available" } '
Define o status de presença global
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Status de presença
available
unavailable
composing
recording
Presença atualizada