Initialize sms verification process
POST
/
sdk
/
{environmentId}
/
smsVerifications
/
create
Path Parameters
environmentId
string
requiredID of the environment
Body
application/json
phoneCountryCode
string
requiredphoneNumber
string
requiredisoCountryCode
string
requiredcaptchaToken
string
When provided, used to verify that a captcha is valid and get the success/failure result from the captcha provider server-side.
Response
201 - application/json
verificationUUID
string
requiredphoneNumber
string
requiredThis field contains the phone number in the country. This could also contain the area code within a country.
phoneCountryCode
string
requiredThis field contains the phone international country code. See https://countrycode.org/
isoCountryCode
string
requiredISO-3166 two-character country code. See https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes
Was this page helpful?