Forgot password
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLThis is the model class for ForgotPassword.
This represents the email of the user.
example@jfamrwork.ioThis represents the reset password link to be sent to the user. When the user clicks on the link, they will be redirected to the forgot password page and in this link includes the token parameter which is used to verify the user.
The request was successful.
The API result model with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user was not found in the system.
API call exceeded rate limit due to too many requests.
Last updated