POST /forgot-password
Forgot Password
Table of Contents
1. Forgot Password Request
Request a forgot password email that contains a deep link with a fallback of <front_url>/forgot-password/<token>
.
Input
Name | Type | Description |
---|---|---|
|
|
Required The email address on the user’s account. |
Deep Link Data
Name | Type | Description |
---|---|---|
|
|
The web URL to perform reset password. |
|
|
Always |
|
|
The verification token. |
2. Reset Password
Reset the user’s password using the token.
POST /forgot-password/reset
Input
Name | Type | Description |
---|---|---|
|
|
Required |
|
|
Required |