Skip to main content
POST
Forgot Password
Initiates the password reset process by sending a reset token to the user’s registered email address. The user can then use this token to set a new password.

Authentication

No authentication required.

Request Body

string
required
Registered email address for the account that needs password reset.

Response

string
Success message confirming the reset email has been sent.

Example Request

Example Response

Error Responses

string
Error type identifier.
string
Human-readable error message.

Common Errors

400 Bad Request
400 Bad Request
429 Too Many Requests

Notes

  • For security reasons, the API returns a success message regardless of whether the email exists
  • Password reset tokens typically expire after 1 hour
  • Rate limiting is applied to prevent abuse
  • Only the most recent reset token is valid; requesting a new one invalidates previous tokens