latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-19184193611.6 KB

4dacdff2adf8

Conversations

Mark conversation as read

Reset the thread's unreadCount to zero. Marks the thread read in your own inbox only: it does not send a read receipt to the contact.

post/v1/conversations/{conversationId}/read

Path parameters

conversationIdstring required

Response

Conversation marked as read.

Example response

{
  "conversation": {
    "id": "js723987cyghwqxxaxcf590qd18axd95",
    "contactIdentifier": "+56912345678",
    "channels": [
      "whatsapp",
      "sms"
    ]
  }
}