cURL
curl --request PATCH \ --url https://api.voxo.co/v2/messaging/conversations/mark-read/{conversationId} \ --header 'Authorization: Bearer <token>'
{ "conversationId": 123 }
Mark all messages in a conversation as read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Marked as read
Was this page helpful?
Contact support