POST
/
send-message
/
seen
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>"
  }
}

Authorizations

Authorization
string
header
required

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.