Step-Up Authentication Trigger
End-Point
This endpoint sends the OTP to the given phone number in the phoneid field configured on the account. It provides you with information on which Multi-Factor flows are configured for the given customer in the response.
- Definition
- Try It Out
- Code
Get Params
apikey :
LoginRadius API Key [REQUIRED]
smstemplate2fa :
Name of SMS template
isvoiceotp :
Boolean, pass true if you wish to trigger voice OTP
duoredirecturi :
Duo Redirect Uri where duo will send the response. Required to pass if the Duo MFA is enabled.
Headers Parameters
Authorization :
Bearer <ACCESS_TOKEN> (User's access token) [REQUIRED]
Output Format
{ "ExpireIn": "2017-12-09T14:23:03.33473Z", "QRCode": "", "ManualEntryCode": "GIZDQODB", "IsGoogleAuthenticatorVerified": false, "IsAuthenticatorVerified": false, "IsOTPAuthenticatorVerified": false, "OTPPhoneNo": null, "OTPStatus": null }