curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/chat/markMessageAsRead/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"readMessages": [
{
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
}
]
}
'{
"message": "Read messages",
"read": "success"
}Mark message as read
curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/chat/markMessageAsRead/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"readMessages": [
{
"remoteJid": "<string>",
"fromMe": true,
"id": "<string>"
}
]
}
'{
"message": "Read messages",
"read": "success"
}Your authorization key header
Your rapid api key
Name of the instance
Messages to be mark as read
Show child attributes