Skip to main content
GET
/
conversations
/
{id}
/
unread
Get unread count
curl --request GET \
  --url https://api.veryfront.com/conversations/{id}/unread \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

id
string<uuid>
required

Conversation ID

Response

200 - application/json

Unread count

count
number
required