Reset Password

How to reset an intermediary's password.

The Reset Password API resets a users password after they clicked the email link triggered by the Send Reset Password Email/Link API.

Please note that the resetPasswordToken (required in the API path) will be available in the URL the user visited when clicking the email link.


Example Request

Below please find the JSON body for an example request:

{
"password": "Th1sP@ssword"
}
Language
Authorization
Header