POST

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.

Layer 1 REQUEST

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]
Layer 1 RESPONSE
Output Format
{
  "IsPosted": true,
  "Data": {
    "AccountSid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
    "Sid": "SMXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  }
}
Layer 1 REQUEST

Query

apikey*
smstemplate
isvoiceotp

Header

content-Type

Body

Request URL

Layer 1 RESPONSE
Request
Response
Run in Postman

Mobile SDKs