Skip to main content
GET
/
v1
/
ui
/
notifications
/
stats
Get notification statistics
curl --request GET \
  --url https://api.example.com/v1/ui/notifications/stats
{
  "total": 123,
  "unread": 123,
  "read": 123,
  "archived": 123
}

Response

Notification statistics retrieved successfully

total
number

Total number of notifications

unread
number

Number of unread notifications

read
number

Number of read notifications

archived
number

Number of archived notifications