Reset a password using an OTP
PATCH/core/api/v1/auth/reset-password
Sets a new password after verifying the OTP sent via /auth/forgot-password (or /auth/send-otp).
Request
Responses
- 200
- 400
- 401
- 404
Success. The response schema for this operation is not yet documented — see the schema-coverage report. The SDK types this as unknown.
OTP invalid or expired
Account not eligible to authenticate (deactivated/suspended/unverified)
User not found