cURL
curl --request GET \ --url https://api.wapizap.com/api/v2/chats/messages \ --header 'Authorization: Bearer <token>'
{ "messages": [ { "id": "<string>", "instanceId": "<string>", "remoteJid": "<string>", "fromMe": true, "type": "text", "content": {}, "timestamp": 123, "status": "pending" } ], "nextCursor": "<string>" }
Retorna mensagens de um chat específico
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cursor para paginação
x <= 100
Mensagens do chat
Show child attributes