cURL
curl --request GET \ --url https://api.wapizap.com/api/v2/instances/{id}/status \ --header 'Authorization: Bearer <token>'
{ "status": "connected", "phone": "<string>", "lastConnection": "2023-11-07T05:31:56Z" }
Retorna o status atual de conexão da instância
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Status da instância
connected
disconnected
connecting
error