Autional Autional
API Reference GitHub autional.com →

POST /admin/verifications/{verification_id}/resolve-review

Admin resolves manual review: approve or reject. Only records with manual_review status can be operated. This operation requires step-up re-authentication.

Verification Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes Authentication ID

Request Body

Schema: gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.ResolveReviewRequest

FieldTypeRequiredExampleConstraintsDescription
reason string Yes
resolution string Yes enum: `approved`, `rejected`

Responses

StatusDescriptionSchema
200Review resolved successfullydto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_AdminVerificationDetail
400Invalid request parametersdto.SimpleResponse
401Unauthenticated or invalid tokendto.SimpleResponse
403Insufficient permissionsdto.SimpleResponse
404Authentication record not founddto.SimpleResponse
500Internal server errordto.SimpleResponse

Referenced Schemas

dto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_AdminVerificationDetail

FieldTypeRequiredExampleConstraintsDescription
code integer No
data gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.AdminVerificationDetail 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.AdminVerificationDetail

FieldTypeRequiredExampleConstraintsDescription
age_group string No
created_at string No
date_of_birth string No
expires_at string No
gender string No
id string No
id_number_hint string No
liveness_score string No
masked_name string No
max_retries integer No
method string No
override_by string No
override_reason string No
provider string No
provider_resp_id string No
rejected_at string No
rejected_reason string No
retry_count integer No
status string No
tenant_id string No
updated_at string No
user_id string No
verified_at string No