cURL
curl --request GET \ --url https://api.managem.co.uk/conversations/unread-count \ --header 'Authorization: Bearer <token>'
{ "count": 123 }
Return the unread message count for the authenticated user.
Use this endpoint for inbox badges, navigation indicators, and notification counters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unread message count
Count of unread messages