SDK Documentation
Objects or Schemas
Verification Request

Verification Request

Takes all the details needed to create a verification request. See createVerification method.

Body Parameters

FieldTypeDescriptionRequired
phoneNumberStringThe phone number to verify
countryCodeStringThe country code of the phone number. Check supported countries to determine what phone numbers can be verified. We are always adding more.
typeVerificationTypeDefaults to VerificationType.sms (opens in a new tab). Selects the type of verification to request.
referenceStringA unique string that identifies your request.
webhookStringA URL to receive updates whenever the status of the verification changes.
See VerificationStatus (opens in a new tab)