Skip to main content
POST
/
conversations
/
{conversationId}
/
mark-as-read
Mark conversation as read
curl --request POST \
  --url https://api.quo.com/conversations/{conversationId}/mark-as-read \
  --header 'Authorization: <api-key>' \
  --header 'Quo-Api-Version: <quo-api-version>'
{
  "data": {
    "assignedTo": "US123abc",
    "createdAt": "2023-11-07T05:31:56Z",
    "deletedAt": "2023-11-07T05:31:56Z",
    "id": "CN123abc",
    "lastActivityAt": "2023-11-07T05:31:56Z",
    "lastActivityId": "AC123abc",
    "mutedUntil": "2023-11-07T05:31:56Z",
    "name": "Chat with customer",
    "participants": [
      "+15555555555"
    ],
    "phoneNumberId": "PN123abc",
    "snoozedUntil": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Headers

Quo-Api-Version
enum<string>
required

API version header. Supported values: 2026-03-30

Available options:
2026-03-30

Path Parameters

conversationId
string
required

The unique identifier of the conversation to mark as read.

Pattern: ^CN(.*)$
Example:

"CN123abc"

Response

Success

data
object
required