PUT ./auth/recovery

It is used to recover a password.

PUT parameters

NameValue TypeValidationDetails
cvTokenstringRequiredRecovery token.
uaNewPasswordstringRequiredPassword; min_length[6]
uaNewPassword2stringRequiredPassword confirmation; matches[uaNewPassword]

Validation

Error FieldError CodeError Message
cvToken101Invalid token.
uaNewPassword7The field must be at least %% characters in length.
uaNewPassword217The field does not match the %% field.

Output example

{
"result": true
}