v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBGet Contractors
get/contractors
Query parameters
companyIDstring required
Company ID of employer
onboardedboolean
Filter by Contractor onboarded status
employment_statusstring
Filter by Contractor employment status
typestring
Filter by Contractor type (business, individual)
emailstring
Filter by Contractor email
external_idstring
Filter by Contractor external ID
Response
200
Example response
{
"success": true,
"data": [
{
"contractorID": "123456789",
"type": "individual",
"first_name": "richard",
"last_name": "hendricks",
"email": "richard@zeal.com",
"working_state": "MA",
"ssn": "223854986"
}
]
}