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": "[email protected]_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>
Message ID.
"[email protected]_3A3729D867221FE0B9BD"
DeleteMessageResource
The success status of response.
The message of response.
Show child attributes
Was this page helpful?