cURL
curl --request GET \ --url https://api.veryfront.com/conversations/{id}/unread \ --header 'Authorization: Bearer <token>'
{ "count": 123 }
Returns the number of unread messages
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Conversation ID
Unread count