---
title: "Read conversation"
method: POST
path: "/conversations/{conversation_id}/read"
tags: ["Messages"]
---

# Read conversation

`POST /conversations/{conversation_id}/read`

This endpoint lets you mark a conversation as read.
It will be set for the user that performs the request 
("is_read" may have different values for different
users).

## Path parameters

- `conversation_id` integer, required — The id of the conversation to update

## Request body

- object — Request body to mark a Conversation as read
  - `is_read` boolean — Whether the last message received was read. This property is scoped to the user who performs the request. Multiple users can have a different "is_read" status for the same conversation.

## Response `200`

OK

- object
  - `status` 'success'

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action

---

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