Notification

Count total unread notifications

GET
/api/v1/notification/unread
/api/v1/notification/unread

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

curl -X GET "https://example.com/api/v1/notification/unread" \
  -H "Authorization: <token>"

OK