Avnology ID
API ReferenceAnalytics

Get MFA Adoption

Return MFA enrollment statistics for your tenant.

Endpoint

GET /v1/analytics:getMfaAdoption

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

Authentication: Bearer token with analytics:read scope.

Returns a snapshot of MFA enrollment counts by factor type: totp, webauthn (passkeys / security keys), sms, email, recovery_codes.

Query Parameters

ParameterTypeRequiredDescription
organization_idstringNoScope to a single org

Example

Response (200 OK)

{
  "total_identities": 8412,
  "enrolled_any": 5128,
  "enrolled_any_rate": 0.6096,
  "totp_count": 3417,
  "webauthn_count": 2085,
  "sms_count": 492,
  "email_count": 1204,
  "recovery_codes_count": 4801
}

Get Signup Metrics

Return aggregated signup metrics for a time range.

Get Method Breakdown

Return the distribution of authentication methods used across login or signup events.

On this page