v1
latestOpenAPI 3.1.02026-07-14330101.9 KBποΈ Seen Message
The Seen Message endpoint allows users to mark a message as "seen" or read by the recipient. This mirrors WhatsAppβs read receipt feature and is crucial for tracking message engagement. By marking messages as seen, developers can confirm that the recipient has viewed the message, which is useful in customer service scenarios, transactional communication, and automated messaging systems where knowing whether a message has been seen is essential.
post/send-message/seen
Request body
Response
200
Example response
{
"success": true,
"message": "OK",
"data": {
"message_id": "false_6281357541790@c.us_3A14FBAB15A5B1F27C0B",
"contact_id": "6281357541790@c.us"
}
}