Skip to main content
GET
/
api
/
notifications
/
unread-count
Get Unread Count
curl --request GET \
  --url https://api.example.com/api/notifications/unread-count/
{
  "unread_count": 5
}
Get count of unread notifications.

Success Response (200)

unread_count
integer
Number of unread notifications
{
  "unread_count": 5
}