v1
latestOpenAPI 3.1.02026-07-243113441.2 MBCompanies
Get a company
Get a company.
The employees:read scope is required to return home_address and non-work locations. The company_admin:read scope is required to return primary_payroll_admin. The signatories:read scope is required to return primary_signatory.
scope: companies:read
get/v1/companies/{company_id}
Path parameters
company_idstring required
The UUID of the company
Headers
X-Gusto-API-Version'2026-06-15'
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
{
"compensations": {
"hourly": [
{
"name": "Overtime",
"multiple": 1.5
}
],
"fixed": [
{
"name": "Bonus"
}
],
"paid_time_off": [
{
"name": "Vacation Hours"
}
]
}
}