v1
latestOpenAPI 3.1.02026-07-243113441.2 MBCompany Benefits
Get contribution exclusions for a company benefit
Returns all contributions for a given company benefit and whether they are excluded or not.
Currently this endpoint only works for 401-k and Roth 401-k benefit types.
scope: company_benefits:read
get/v1/company_benefits/{company_benefit_id}/contribution_exclusions
Path parameters
company_benefit_idstring required
The UUID of the company benefit
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
Success
Example response
[
{
"contribution_uuid": "082dfd3e-5b55-11f0-bb42-ab7136ba04e2",
"contribution_type": "Bonus"
}
]