Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Lightweight endpoint for the header bell badge. Returns only the unread count under the default filters (>= error in the last 30 days).
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
unreadCountnumberRequiredNumber of unread notifications for the current member.
{
"unreadCount": 0
}GET /bff/notification/unread-count
curl -X GET "https://api.bizkithub.com/bff/notification/unread-count" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.