---
title: "Mark Message As Read"
method: POST
path: "/chat/markMessageAsRead/{instance}"
tags: ["Chat Controller"]
---

# Mark Message As Read

`POST /chat/markMessageAsRead/{instance}`

Mark message as read

## Path parameters

- `instance` string, required

## Request body

- object
  - `readMessages` object[], required — Messages to be mark as read
    - `remoteJid` string — Chat contact or group remote JID
    - `fromMe` boolean — If the message was sent by the instance owner or the contact
    - `id` string — Message ID

## Response `201`

Created

- object
  - `message` string — A brief message describing the action performed.
  - `read` string — The status of the read action.

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api-2.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api-2/revisions/153363ee7f38/schema)
