Marks a specific message as read (sends the read ACK to the sender)
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
markChatRead.
messageId and the contact’s number are needed. sender can be skipped, the server infers the author from the chat JID.
@g.us), the sender field with the message author’s JID is required, without it WhatsApp cannot route the read ACK correctly.
message_id that was marked and the resolved chat_jid. Useful to audit which messages were marked as read, especially in automated flows that confirm receipt after processing the message.
| Name | Required | Example | Description |
|---|---|---|---|
Content-Type | yes | application/json | — |
token | yes (or Authorization) | a1b2c3d4-... | TokenAccount or TokenInstance. |
...@s.whatsapp.net or ...@lid), group (...@g.us), or newsletter....@s.whatsapp.net or ...@lid). Required in groups. Optional in DMs.| HTTP | error.message | When it happens |
|---|---|---|
| 400 | Instance name is required | — |
| 400 | Invalid request body: <...> | Malformed JSON. |
| 400 | messageId is required | — |
| 400 | Number is required | — |
| 400 | sender is required for group messages | Missing sender in a group. |
| 401 | Invalid token | — |
| 404 | Instance not found | — |
| 503 | Instance is not connected to WhatsApp | — |