Skip to main content
GET
/
notifications
/
count
Get Unread Notifications Count
curl --request GET \
  --url https://api.example.com/notifications/count \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-KEY: <x-api-key>'
123

Authorizations

Authorization
string
header
required

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

Headers

X-API-KEY
string
required

API key required for authentication

Response

The count of unread notifications

Number of unread notifications