Forgot Password Token
End-Point
This API Returns a Forgot Password Token it can also be used to send a Forgot Password email to the customer. Note: If you have the UserName workflow enabled, you may replace the 'email' parameter with 'username' in the body.
- Definition
- Try It Out
- Code
Get Params
apikey :
LoginRadius API Key [REQUIRED]
apisecret :
LoginRadius API Secret [REQUIRED]
sendemail :
If set to true, the API will also send a Forgot Password email to the customer, bypassing any Bot Protection challenges that they are faced with.
emailTemplate :
If you are sending an email via the sendemail parameter, this parameter allows you to specify which Forgot Password email template you would like to use.
resetPasswordUrl :
If you are sending an email via the sendemail parameter you can set the url to the page you want to direct the customer to for the password change.
Post Params
email :
Email ID of the Customer. [REQUIRED]
Output Format
{ "ForgotToken": "7be0d7b06a********f98f46ca84083", "IdentityProviders": [ "Facebook" ] }