Send Reset Password Link

How to email the intermediary a link to reset their password.

The Send Reset Password Link API emails a user a link to reset their password. This is used when a user forgets their password and requests a new one by providing their email address.

The link in the email will redirect the user to either:


Example Request

Below please find the JSON body for an example request:

{
    "email": "[email protected]"
}
Language
Authorization
Header