Avnology ID
API ReferenceRisk

List Risk Events

Raw risk-signal events -- impossible travel, suspicious IP, new device.

Endpoint

GET /v1/risk/events

Base URL: https://<Domain id="api"/>

Authentication: Bearer token with risk:read.

Unlike assessments (which are scored snapshots), risk events are the raw signals feeding the model. Fetch them when you want to reconstruct the reasoning behind a score.

Query Parameters

ParameterTypeDescription
page_sizeint32Default 50
page_tokenstringCursor
filterstringe.g. type = "impossible_travel"

Example

List Risk Assessments

Paginated listing of historical risk assessments with filter support.

Get Risk Summary

Aggregated risk counts per level over a time range.

On this page