Verification Request
Takes all the details needed to create a verification request. See createVerification
method.
Body Parameters
Field | Type | Description | Required |
---|---|---|---|
phoneNumber | String | The phone number to verify | ✅ |
countryCode | String | The country code of the phone number. Check supported countries to determine what phone numbers can be verified. We are always adding more. | ✅ |
type | VerificationType | Defaults to VerificationType.sms (opens in a new tab). Selects the type of verification to request. | ❌ |
reference | String | A unique string that identifies your request. | ❌ |
webhook | String | A URL to receive updates whenever the status of the verification changes. See VerificationStatus (opens in a new tab) | ❌ |