Avnology ID
API ReferenceRisk

Assess Risk

Score a synthetic authentication event without side effects.

Endpoint

POST /v1/risk:assess

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

Authentication: Bearer token with risk:write.

Request

{
  "identity_id": "usr_4f18acec",
  "organization_id": "org_7a2b3c4d",







Example

Response (200 OK)

See the model in Risk. recommended_action values: ALLOW, REQUIRE_MFA, REQUIRE_STEP_UP, BLOCK.

Risk

Real-time and historical risk assessments used by the adaptive MFA and conditional-access engines.

Get Risk Assessment

Fetch a single risk assessment by ID.

On this page