v93

OpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
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
}