Skip to main content

MFA Step-Up Authentication by Email OTP

PUT 

https://api.loginradius.com/identity/v2/auth/account/reauth/2fa/otp/email/verify

This API is used to validate the triggered MFA authentication flow with an Email OTP.

Request

Responses

Successful response

Request Collapse all
Base URL
https://api.loginradius.com
Parameters
— queryrequired
— queryrequired
Body required
{
  "emailid": "string",
  "Otp": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!