English
User notification unread count
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/notifications/unread-count \ --header 'Authorization: Bearer <token>'
{ "unreadCount": 1 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response, return user notification unread count.
x >= 0
Was this page helpful?