v1
latestOpenAPI 3.1.02026-07-243113441.2 MBIndustry Selection
Get a company industry selection
Returns the industry classification for a company, including NAICS code, SIC codes, and industry title.
scope: companies:read
get/v1/companies/{company_id}/industry_selection
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
{
"title": "Computer Training",
"naics_code": "611420",
"sic_codes": [
"8243"
]
}