Skip to main content
GET
cURL
Retrieves a real-time fraud risk alert for a given tenant.
The response includes risk score, decision (allow/block), device intelligence, session behavior, network details, velocity anomalies, and correlation insights.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant_id
string
required

Tenant ID for which the risk alert report is requested.

Response

Risk alert payload containing risk score, flags, device details, network info, and decision reasons.

v
integer

Schema version of the risk alert event.

Example:

1

type
string

Event type identifier.

Example:

"risk.alert"

tier
string

Risk engine tier indicating the evaluation mode.

Example:

"RISK_ONLY"

ts
string<date-time>

Timestamp at which the risk alert was generated.

Example:

"2025-12-15T10:20:30.123Z"

seq
integer

Sequence number of the alert, useful for ordering events.

Example:

9103

stream
object

Metadata related to the tenant and organization origin of the event.

data
object

Core risk evaluation payload including decision, risk score, entity details, and correlation signals.