latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-192731541009.1 KB

ba3a29c6eb33

Conversations

Mark conversation read

Marks all unread inbound messages in a conversation as read and clears the unread flag.

post/conversations/{conversationId}/read

Path parameters

conversationIdstring required

Conversation ID.

Response

Conversation marked read

successboolean
updatedinteger

Number of messages marked read.

Example response

{
  "success": true
}