curl --request POST \
--url https://api.l2msg.com/whatsapp/chat/findStatusMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"_id": "<string>",
"id": "<string>",
"remoteJid": "<string>",
"fromMe": true
},
"limit": 123
}'
Find status message
curl --request POST \
--url https://api.l2msg.com/whatsapp/chat/findStatusMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"where": {
"_id": "<string>",
"id": "<string>",
"remoteJid": "<string>",
"fromMe": true
},
"limit": 123
}'
Your authorization key header
Name instance