/auth/forget-password
POST /auth/forget-password
Send a password reset email to the user
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
The email address of the user to send a password reset email to
The URL to redirect the user to reset their password. If the token isn’t valid or expired, it’ll be redirected with a query parameter ?error=INVALID_TOKEN
. If the token is valid, it’ll be redirected with a query parameter `?token=VALID_TOKEN
Responses
Section titled “ Responses ”Success
object
Bad Request. Usually due to missing parameters, or invalid parameters.
object
Unauthorized. Due to missing or invalid authentication.
object
Forbidden. You do not have permission to access this resource or to perform this action.
object
Not Found. The requested resource was not found.
object
Too Many Requests. You have exceeded the rate limit. Try again later.
object
Internal Server Error. This is a problem with the server that you cannot fix.