Autional Autional
API Reference GitHub autional.com →

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

NameInTypeRequiredDefaultExampleConstraintsDescription
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

Responses

StatusDescriptionSchema
200Authentication list with masked informationdto.ListResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_VerificationListItem
400Invalid request parametersdto.SimpleResponse
401Unauthenticated or invalid tokendto.SimpleResponse
403Insufficient permissionsdto.SimpleResponse
404Resource not founddto.SimpleResponse
500Internal server errordto.SimpleResponse

Referenced Schemas

dto.ListResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_VerificationListItem

FieldTypeRequiredExampleConstraintsDescription
code integer No
items array of

See gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.VerificationListItem

No Uniformly use items
message string No
pagination object No Pagination information (nested object)
timestamp string No
total integer No Total count (flattened for direct reading)

dto.PageInfo

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No

gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.VerificationListItem

FieldTypeRequiredExampleConstraintsDescription
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