v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Messages

Read conversation

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

post/conversations/{conversation_id}/read

Path parameters

conversation_idinteger required

The id of the conversation to update

Request body

is_readboolean

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

OK

status'success'