GET
/
notifications
/
unread
/
count
Get Unread Notification Count
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/notifications/unread/count \
  --header 'Authorization: Bearer <token>'
{
  "count": 3
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

200
application/json

Unread notification count

The response is of type object.