Skip to main content
POST
Send a password reset email to the user

Authorizations

Authorization
string
header
required

Personal API key sent as a bearer token.

Body

application/json
email
string
required

The email address of the user to send a password reset email to

redirectTo
string

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

status
boolean
message
string