Reset password
post/auth/v0.1/password/reset
Reset password based on one time login token.
Request
Authorization
X-AT
header
apiKey
Body
application/json
passResetTokenThe password reset token as received in the e-mail.
string
REQUIRED
passwordThe encrypted and base64 encoded new password for your user account.
string
REQUIRED
confirmationThe encrypted and base64 encoded new password for confirmation.
string
REQUIRED
Response
200Password reset succeeded.
400Account locked.
422Password reset failed.
Shell cURL
shell
Show schema
json