---
title: "Mark chat as read"
method: POST
path: "/chats/{chat_id}/read"
tags: ["chats"]
---

# Mark chat as read

`POST /chats/{chat_id}/read`

This endpoint marks a unread chat as read.

## Path parameters

- `chat_id` string, required — - The unique id of the chat - For individual chats, this would be the country_code + number (e.g., 918527184400), followed by @c.us - For groups, this would end with @g.us

## Headers

- `x-phone` string

## Response `204`

204

- object — _204 No Content_

---

[API](https://skmtc.net/periskope/apis/api-local.md) · [All operations](https://skmtc.net/periskope/apis/api-local/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/periskope/api-local/versions/f2738ced87d8/schema)
