Reset User Password
Completes password reset after OTP confirmation.
Required body fields: `email`, `password`.
Response fields: `message`.
Possible errors:
- 400: No Account found with this email address - email is not registered.
- 400: Invalid Request - reset token has already been consumed or reset was not started.
- 400: Missing One or More Required Parameters - required body/query fields were not supplied.
- 403: Access denied - gateway traffic guard/rate policy blocked the request.
- 429: Too many requests - gateway rate limit exceeded.
- 500: Unexpected Error - unhandled gateway or downstream service failure.
Request
This endpoint expects an object.
email
password
Response
OK
key_0
key_1
key_2
key_3
key_4
Errors
400
Bad Request Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error