Request
Body Params application/json
{
"messageId": "string",
"participant": "string",
"remoteJid": "string"
}
Request samples
curl --location --request PUT 'https://nexus.sourei.com.br/api/v1/messages/read' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageId": "string",
"participant": "string",
"remoteJid": "string"
}'
Responses
application/json Modified at 2025-04-29 12:46:55