Messages
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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
DeleteMessageResource
The response is of type object
.