Autional Autional
API Reference GitHub autional.com →

POST /admin/verifications/{verification_id}/reset

Admin resets the retry count of a specified authentication record to zero, allowing the user to resubmit authentication. This operation requires step-up re-authentication.

Verification Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes Authentication ID

Responses

StatusDescriptionSchema
200Authentication status after resetdto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_VerificationStatusResponse
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_VerificationStatusResponse

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

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