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
Referenced Schemas
dto.PushStatsDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PushStatsResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.PushStatsResponse
| Field | Type | Required | Example | Constraints | Description |
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
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|