Docs › API Reference › Verification Service › GET /admin/verifications
GET /admin/verifications
Admin queries all real-name authentication records under the tenant, supports filtering by authentication status and date range with pagination, returns a list of masked authentication information.
Verification Service `bearerAuth` application/json
Request Parameters
Name In Type Required Default Example Constraints Description
status
query
string
No
Filter by authentication status: verified/pending/rejected/expired
date_from
query
string
No
Start date (YYYY-MM-DD)
date_to
query
string
No
End date (YYYY-MM-DD)
page
query
integer
No
Page number, default 1
page_size
query
integer
No
Items per page, default 20
Referenced Schemas
dto.ListResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_VerificationListItem
dto.PageInfo
Field Type Required Example Constraints Description
has_next
boolean
No
HasNext indicates whether there is a next page
has_prev
boolean
No
HasPrev indicates whether there is a previous page
page
integer
No
Page is the current page number (1-based)
page_size
integer
No
PageSize is the number of items per page
total
integer
No
Total is the total number of items across all pages
total_pages
integer
No
TotalPages is the total number of pages
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.VerificationListItem
Field Type Required Example Constraints Description
age_group
string
No
created_at
string
No
expires_at
string
No
id
string
No
liveness_score
string
No
method
string
No
provider
string
No
rejected_reason
string
No
retry_count
integer
No
status
string
No
updated_at
string
No
user_id
string
No
verified_at
string
No