Avnology ID
API ReferenceAnalytics

Get Method Breakdown

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

Endpoint

GET /v1/analytics:getMethodBreakdown

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

Authentication: Bearer token with analytics:read scope.

Returns the share of logins (or signups) attributable to each authentication method: password, passkey, social.google, social.github, magic_link, sms_otp, saml, etc.

Query Parameters

ParameterTypeRequiredDescription
start_timeRFC 3339 timestampYesStart of the range
end_timeRFC 3339 timestampYesEnd of the range
event_typestringYes"login" or "signup"
organization_idstringNoScope to a single org

Example

Response (200 OK)

{
  "methods": [
    { "method": "password", "count": 7812, "share": 0.626 },
    { "method": "passkey", "count": 2451, "share": 0.196 },
    { "method": "social.google", "count": 1204




Get MFA Adoption

Return MFA enrollment statistics for your tenant.

Risk

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

On this page