cURL
curl --request GET \ --url https://api-message.nativehub.live/api/v1/notifications/unread-count \ --header 'Authorization: Bearer <token>'
{ "count": 5 }
Retrieve count of unread notifications
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unread count retrieved successfully