Overview
Initiates the password reset flow by sending an OTP to the specified email address. Use the received OTP with the Reset Password endpoint.Endpoint
Request
Headers
| Header | Value |
|---|---|
| Content-Type | application/json |
Body parameters
The email address associated with the account to reset.
Response
Success
Confirmation message returned by the server indicating the OTP was sent.
Error
Human-readable error message describing why the request failed.
After receiving the OTP by email, proceed to Reset Password to set a new password.
Example
TypeScript
