Skip to main content
GET
Get Contractor Information
This request uses the contractorID attribute to return key information about the contractor, contained within the Contractor Object. This is the same underlying route as Get Contractors, which lists/filters instead of looking up a single contractor - the API doesn’t distinguish these with separate routes, so each page documents the query parameters for its own intended usage.
This applies to 1099 contractors. For W-2 employees, use the Get Employee Information request instead.

Returns

Returns response status and the Contractor Object for the requested contractor.

Authorizations

Authorization
string
header
required

Query Parameters

companyID
string
required

Company ID of employer

contractorID
string

ID of Contractor

onboarded
boolean

Filter by Contractor onboarded status

employment_status
string

Filter by Contractor employment status

type
enum<string>

Filter by Contractor type

Available options:
business,
individual
email
string

Filter by Contractor email

external_id
string

Filter by Contractor external ID

Response

200

success
boolean
default:true
Example:

true

data
object