DocsAPI ReferenceAdmin/bff/admin/system-log
getAdminAdmin BFF

/bff/admin/system-log

Returns a paginated system log for the specified organisation, ordered by newest first. Useful for debugging and auditing organisation activity. Requires internal admin membership.

AdmingetBffAdminSystem-log

Parameters

1 query

1 total
Query · 1
organisationSlugstringRequired

Slug of the organisation to fetch logs for.

Request

GET /bff/admin/system-log

get
curl -X GET "https://api.bizkithub.com/bff/admin/system-log?organisationSlug=acme-corp" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "items": [
    {
      "id": 0,
      "level": "example_level",
      "message": "example_message",
      "insertedDate": "example_insertedDate"
    }
  ],
  "itemCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key