Auth. HMAC v1 or bearer token - see Authentication.
Status. Live · Idempotent: Yes (re-marking an already-read chat is a no-op).
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.

