Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The request body when creating a verification.

phone_number
string
required

+E164 formatted phone number.

Example:

"+13035551234"

verify_profile_id
string<uuid>
required

The identifier of the associated Verify profile.

Example:

"12ade33a-21c0-473b-b055-b3c836e1c292"

custom_code
string | null

Send a self-generated numeric code to the end-user

Example:

"43612"

timeout_secs
integer

The number of seconds the verification code is valid for.

Example:

300

Response

Expected verifications response to a valid request.

data
Verification · object
required