Error
A valid request URL is required to generate request examples{
"message": "if the email exists, reset instructions were sent"
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Authentication
Request a password reset
Always answers 202, whether or not the address has an account — the response must not reveal which. A new request voids any older link. The token is valid for one hour.
Rate limited to 5 requests per hour per IP.
POST
/
v1
/
auth
/
forgot-password
Error
A valid request URL is required to generate request examples{
"message": "if the email exists, reset instructions were sent"
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}