Skip to main content
POST
Create Contractor ID Verification Link

Body

application/json
companyID
string
required

ID of the company

contractorID
string
required

ID of the contractor requiring ID information

document_type
string[]
required

The documents you want to collect using this link. Can include: government_photo_id, passport, social_security_card, and other

send_to_worker
boolean
default:false

Whether to automatically send the verification link to the worker

Response

200

data
string
Example:

"https://verification-link-url"

success
boolean
default:true
Example:

true

testMode
boolean
default:true
Example:

false