Skip to main content
PATCH
/
v2
/
messaging
/
conversations
/
mark-read
/
{conversationId}
Mark Conversation Read
curl --request PATCH \
  --url https://api.voxo.co/v2/messaging/conversations/mark-read/{conversationId} \
  --header 'Authorization: Bearer <token>'
{
  "conversationId": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversationId
string
required

Conversation ID

Response

Marked as read

conversationId
number
required

Conversation ID