Verify email otp
PUT/identity/v2/auth/account/reauth/2fa/otp/email/verify
This API is used to verify the user with email OTP and access token. It is typically used in scenarios where the user has already authenticated and needs to re-authenticate via email OTP flow.
Request
Responses
- 200
- 400
- 403
OK: The request was successful.
Bad Request: The request could not be understood by the server due to malformed syntax.
Forbidden: The server understood the request, but refuses to authorize it.