DocsAPI ReferenceNotification/bff/notification/inbox
getNotificationAdmin BFF

/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

6 total
Query · 6
sincestring

ISO timestamp. Defaults to 30 days ago.

minLevelstring

Minimum level (info, success, error, warning, critical). Default: error.

componentsstring

Comma-separated component allowlist.

unreadOnlystring

Pass "true" to return only unread items.

limitstring

Page size, default 50, max 200.

offsetstring

Offset for pagination, default 0.

Request

GET /bff/notification/inbox

get
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.

Get API Key