ReDoc documentation

customers/resetPassword

customers/resetPassword

post/V1/customers/resetPassword

Reset customer password.

Request
Request Body schema:
email
required
string

If empty value given then the customer will be matched by the RP token.

newPassword
required
string
resetToken
required
string
Responses
200

200 Success.

500

Internal Server error

default

Unexpected error

Request samples
{
  • "email": "string",
  • "resetToken": "string",
  • "newPassword": "string"
}
Response samples
true