Skip to main content
GET
/
conversations
/
unread-count
Count unread messages
curl --request GET \
  --url https://api.managem.co.uk/conversations/unread-count \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Unread message count

count
number
required

Count of unread messages