Docs › API Reference › Verification Service › GET /admin/verifications/stats
GET /admin/verifications/stats
Get statistical summary of authentication records under the tenant: total authentications, verified, pending, rejected, expired, unauthenticated, and minor user count.
Verification Service `bearerAuth` application/json
Referenced Schemas
dto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_StatsResponse
dto.SimpleResponse
Field Type Required Example Constraints Description
code
integer
No
message
string
No
timestamp
string
No
gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.StatsResponse
Field Type Required Example Constraints Description
expired
integer
No
minor_count
integer
No
pending
integer
No
rejected
integer
No
total
integer
No
unverified
integer
No
verified
integer
No