---
title: "👁️ Seen Message"
method: POST
path: "/send-message/seen"
---

# 👁️ Seen Message

`POST /send-message/seen`

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.

## Request body

- object
  - `message_id` string, required — The message id ( get from chat detail )

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `message_id` string
    - `contact_id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crunchz/apis/live-2.md) · [All operations](https://skmtc.net/crunchz/apis/live-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchz/live-2/versions/14e6b45e8808/schema)
