/bff/notification/inbox
Paginated, filterable feed of core__system_log entries with per-member read state. Default filter: severity >= error in the last 30 days. Powers the in-app bell + drawer.
NotificationgetBffNotificationInbox
Parameters
6 query
Query · 6
sincestringISO timestamp. Defaults to 30 days ago.
minLevelstringMinimum level (info, success, error, warning, critical). Default: error.
componentsstringComma-separated component allowlist.
unreadOnlystringPass "true" to return only unread items.
limitstringPage size, default 50, max 200.
offsetstringOffset for pagination, default 0.
Request
GET /bff/notification/inbox
curl -X GET "https://api.bizkithub.com/bff/notification/inbox?since=example_since&minLevel=example_minLevel&components=example_components&unreadOnly=example_unreadOnly&limit=example_limit&offset=example_offset" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.