Autional Autional
API Reference GitHub autional.com →

GET /admin/mfa/push/stats

Query push challenge statistics by status (pending/approved/denied/expired) for a specified tenant. Reference: NIST SP 800-63B §5.1.7, OWASP ASVS V2.8. Requires admin permissions.

RBAC - Role Multi-Factor Authentication `bearerAuth` application/json

Responses

StatusDescriptionSchema
200Statistics datadto.PushStatsDetailResponse
400Invalid parametergitee_com_linmes_authms_base_dto.SimpleResponse
401Unauthenticatedgitee_com_linmes_authms_base_dto.SimpleResponse
403Insufficient permissionsgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.PushStatsDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.PushStatsResponse No
message string No
timestamp string No

dto.PushStatsResponse

FieldTypeRequiredExampleConstraintsDescription
approved integer No 89
denied integer No 12
expired integer No 34
pending integer No 125
total integer No 260

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No