Verify

Trigger SMS Verification Code

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tostringRequired
serviceNamestringOptional
timeoutSecondsnumberOptional
codeLengthnumberOptional
realtimebooleanOptional
bypassbooleanOptional
externalIdstringOptional
longcodeIdnumberOptional
poolIdstringOptional
senderNamestringOptional
gatedbooleanOptional
Responses
chevron-right
200

Success

application/json
post
/verify/sms/send-code

Check SMS Verification Code

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tostringOptional
verificationIdstringOptional
codestringRequired
Responses
chevron-right
200

Success

application/json
post
/verify/sms/check-code

Get Verification

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
verificationIdstringRequired
Responses
chevron-right
200

Success

application/json
get
/verify/{verificationId}

List Verifications

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Responses
chevron-right
200

Success

application/json
get
/verify

Verify Phone Number

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
numberstringRequired
bypassbooleanOptional
Responses
chevron-right
200

Success

application/json
post
/verify/number

Last updated

Was this helpful?