curl --request POST \
--url https://api.wappfy.com.br/chat/findStatusMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"_id": "<string>",
"id": "<string>",
"remoteJid": "<string>",
"fromMe": true
},
"limit": 123
}'
Buscar status da mensagem
curl --request POST \
--url https://api.wappfy.com.br/chat/findStatusMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"_id": "<string>",
"id": "<string>",
"remoteJid": "<string>",
"fromMe": true
},
"limit": 123
}'
Seu cabeçalho da chave de autorização.
ID da instância.