cURL
curl --request GET \ --url https://api.wapizap.com/api/v2/instances/{id}/history \ --header 'Authorization: Bearer <token>'
[ { "timestamp": "2023-11-07T05:31:56Z", "action": "connected", "details": {} } ]
Retorna histórico de conexões da instância
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Histórico de conexões
connected
disconnected
error