Phone Resend Verification OTP
End-Point
This API is used to resend a verification OTP to verify a user's Phone Number. The user will receive a verification code that they will need to input.
- Definition
- Try It Out
- Code
Get Params
apikey :
LoginRadius API Key [REQUIRED]
smstemplate :
SMS Template Name
isvoiceotp :
Boolean, pass true if you wish to trigger voice OTP
Post Params
phone :
The Registered Phone Number [REQUIRED]
Output Format
{ "IsPosted": true, "Data": { "AccountSid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "Sid": "SMXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" } }