Change a customers password

The hash (OTP) must be valid and is typically provided by a call to password-change-init which will SMS the OTP to the customer. Identity is the customers username. Password is the new password to set. If the customer has security questions then the answers to these must be provided. The questions can be obtained by calling the GET verifications/{identifier}?code={code} endpoint with the OTP provided by the customer. This API does not need a JWT to be used.

Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!