BizKitHub
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

Parameters

No parameters required

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

Response schema

1 status code documented

200Success
unreadCountnumberRequired

Number of unread notifications for the current member.

Response example

application/json
{
  "unreadCount": 0
}

Request example

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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key