DocsAPI ReferenceNotification/bff/notification/unread-count
getNotificationAdmin BFF

/bff/notification/unread-count

Lightweight endpoint for the header bell badge. Returns only the unread count under the default filters (>= error in the last 30 days).

NotificationgetBffNotificationUnread-count

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /bff/notification/unread-count

get
curl -X GET "https://api.bizkithub.com/bff/notification/unread-count" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "unreadCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key