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

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Unread count

count
integer