v1
latestOpenAPI 3.1.02026-07-243113441.2 MBGet contractors of a company
Get all contractors, active and inactive, individual and business, for a company.
scope: contractors:read
Path parameters
The UUID of the company
Query parameters
A string to search for in the object's names
Sort by one or more fields. Options: created_at, type, onboarding_status, name. Append :asc or :desc to specify direction (e.g., created_at:asc). Defaults to ascending.
Filters contractors by those who have completed onboarding
Filters contractors who are ready to work (onboarded AND active today)
Filters contractors by those who have been or are scheduled to be dismissed
Filters contractors by those who have been dismissed and whose dismissal is in effect today (excludes active and scheduled to be dismissed)
Include the requested attribute(s) in each contractor response. Multiple options are comma separated.
The page that is requested. When unspecified, will load all objects unless endpoint forces pagination.
Number of objects per page. For majority of endpoints will default to 25
Headers
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Response
Successful
Example response
[
{
"hourly_rate": "50.0"
}
]