Skip to main content
GET
/
v1
/
notifications
/
unread_count
Count unread notifications
curl --request GET \
  --url https://api.cnap.tech/v1/notifications/unread_count \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://cnap.tech/account/tokens

Response

Unread count

count
number
required