Skip to main content
Auth. HMAC v1 or bearer token - see Authentication. Status. Live · Idempotent: Yes (re-marking an already-read chat is a no-op).
Mark unread inbound messages in a chat as read and send a read receipt from the chat’s line. The request has no body.
Use this when an operator opens a conversation, or after your agent finishes handling inbound messages.

Request

POST /api/v1/chats/{id}/mark-read No request body.

Response

Path parameters

string
required
The Chert chat_id of the chat to mark as read.

Response fields

string
Echoed-back chat_id.
string
Always "read" on success.

Errors

See the full error code reference.

Notes

See also