Autional Autional
API Reference GitHub autional.com →

GET /verification/me/detail

Get the current user's full authentication details, including status, method, provider, liveness score, rejection reason, etc.

Verification Service `bearerAuth` application/json

Responses

StatusDescriptionSchema
200Authentication details with liveness score and rejection reasondto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_VerificationDetailResponse
400Invalid request parametersdto.SimpleResponse
401Unauthenticated or invalid tokendto.SimpleResponse
500Internal server errordto.SimpleResponse

Referenced Schemas

dto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_VerificationDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.VerificationDetailResponse No
message string No
timestamp string No

dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No

gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.VerificationDetailResponse

FieldTypeRequiredExampleConstraintsDescription
age_group string No
expires_at string No
liveness_score string No
max_retries integer No
method string No
provider string No
provider_resp_id string No
rejected_reason string No
retry_count integer No
status string No
verification_id string No
verified_at string No