Skip to main content
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
}
Retrieves the count of unread notifications for the current user.

Required Permissions

  • notifications:read

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Responses

✅ 200 - Unread notification count

⚠️ 401 - undefined

❌ 500 - undefined

Tags

Notifications

Authorizations

Authorization
string
header
required

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

Response

Unread notification count

count
integer
Example:

3

I