Get all earning types for a company

GET {{baseUrl}}/v1/companies/:company_id/earning_types

A payroll item in Gusto is associated to an earning type to name the type of earning described by the payroll item.

Default Earning Type

Certain earning types are special because they have tax considerations. Those earning types are mostly the same for every company depending on its legal structure (LLC, Corporation, etc.)

Custom Earning Type

Custom earning types are all the other earning types added specifically for a company.

scope: payrolls:read

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

{"default":[{"name":"Bonus","uuid":"b82e35c5-d7c6-4705-9e16-9f87499ade18"},{"name":"Cash Tips","uuid":"f5618c94-ed7d-4366-b2c4-ff05e430064f"},{"name":"Commission","uuid":"60191999-004a-49d9-b163-630574433653"},{"name":"Correction Payment","uuid":"368226e0-8e8c-48f0-bc91-aee46caafbc9"},{"name":"Minimum Wage Adjustment","uuid":"88a2e519-9ff5-4c19-9071-6a709f3c2939"},{"name":"Paycheck Tips","uuid":"a3eaf03d-e712-4144-8f9b-71a85528adcf"},{"name":"Severance","uuid":"a6a2eba7-6c7d-4ced-bbe8-43452fbc9f63"}],"custom":[{"name":"Gym Membership Stipend","uuid":"6b4a8efb-db90-4c13-a75f-aae11b3f4ff9"}]}