Request Password Reset

Send a password reset email to the user

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
emailstringRequired
The email address of the user to send a password reset email to
redirectTostring or nullOptional

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

Response

Success
statusboolean
messagestring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error