GET
/
mfa
/
admin
/
audit
List MFA audit events for the company
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/mfa/admin/audit \
  --header 'Authorization: <api-key>'
{
  "events": [
    {
      "actor": "<string>",
      "actor_type": "<string>",
      "detail": "<string>",
      "event": "<string>",
      "id": "<string>",
      "timestamp": "<string>"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Query Parameters

q
string

Search query

type
string

Actor type filter (admin|user|system|ai|all)

limit
integer

Max rows (default 50)

Response

200 - application/json

OK

events
object[]
total
integer