Overview
Completes the password reset flow by verifying the OTP sent to the user’s email and setting a new password. Call Forgot Password first to obtain the OTP.Endpoint
Request
Headers
| Header | Value |
|---|---|
| Content-Type | application/json |
Body parameters
The email address associated with the account.
The one-time password received at the user’s email address.
The new password to set for the account.
Response
Success
Confirmation message returned by the server indicating the password was reset.
Error
Human-readable error message describing why the reset failed.
You must first request an OTP via Forgot Password before calling this endpoint. Submit the OTP exactly as received in the email.
Example
TypeScript
