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

# Mark Message As Unread

`POST /chat/markChatUnread/{instance}`

Mark message as read

## Path parameters

- `instance` string, required

## Request body

- object
  - `lastMessage` object[], required — Messages to be mark as unread
    - `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
  - `chat` string, required — remoteJid here

## 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)
