cURL
curl --request POST \ --url https://api.crunchz.app/api/send-message/seen \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "message_id": "false_xxx@c.us_3A3729D867221FE0B9BD" }'
{ "success": true, "message": "<string>", "data": { "status": "<string>", "type": "<string>", "timestamp": "<string>" } }
Mark messages as seen or read to track message engagement and confirm recipient viewing status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
DeleteMessageResource
The response is of type object.
object
Was this page helpful?