curl --request POST \
--url https://api.wappfy.com.br/chat/findMessages/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"key": {
"remoteJid": "<string>"
}
}
}'
Buscar todas as mensagens
curl --request POST \
--url https://api.wappfy.com.br/chat/findMessages/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"key": {
"remoteJid": "<string>"
}
}
}'
Seu cabeçalho da chave de autorização.
ID da instância.