Skip to main content
GET
/
api
/
v1
/
notifications
/
unread-count
Get unread notification count
curl --request GET \
  --url https://api.devhelm.io/api/v1/notifications/unread-count \
  --header 'Authorization: Bearer <token>'
{
  "data": 123
}

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Response

200 - */*

OK

data
integer<int64> | null