Skip to content

Product documentation

RiskEvents

Anomalous-login / risk-detection signals (impossible travel, new device, credential stuffing) — one severity-filterable, cursor-paginated stream for the admin risk dashboard (SSO-2143).

RiskEvents

Anomalous-login / risk-detection signals (impossible travel, new device, credential stuffing) — one severity-filterable, cursor-paginated stream for the admin risk dashboard (SSO-2143).

Base URL: https://api.stg.thoryn.org

Operations

MethodPathSummaryScopes
GET/api/v1/security/risk-eventsRisk Events Listtenant:audit.read

Operation details

GET /api/v1/security/risk-events

Risk Events List

  • Operation ID: riskEventsList
  • Required scopes: tenant:audit.read

Parameters:

NameInRequiredTypeDescription
signalTypequerynostring
subjectIdquerynostring
riskLevelquerynostring
fromquerynostring
toquerynostring
cursorquerynostring
limitquerynointeger

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)