Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mark all unread messages in a conversation as read
cURL
curl --request POST \ --url https://api.sequenzy.com/api/v1/conversations/{conversationId}/read \ --header 'Authorization: Bearer <token>'
{ "success": true, "updated": 2 }
curl -X POST "https://api.sequenzy.com/api/v1/conversations/conv_abc123/read" \ -H "Authorization: Bearer YOUR_API_KEY"