post https://api.cloud.digifi.io/borrowers/reset-password
How to email the borrower 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:
- DigiFi's standard reset password page, if you use a standard borrower portals.
- The reset password page you configured within DigiFi's platform if you use a custom digital lending portal.
Example Request
Below please find the JSON body for an example request:
{
"email": "[email protected]"
}