Get a supported benefit by ID
GET {{baseUrl}}/v1/benefits/:benefit_id
Returns a benefit supported by Gusto.
The benefit object in Gusto contains high level information about a particular benefit type and its tax considerations. When companies choose to offer a benefit, they are creating a Company Benefit object associated with a particular benefit.
scope: benefits:read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Accept | string |
RESPONSES
status: OK
{"benefit_type":1,"name":"Medical Insurance","description":"Deductions and contributions for Medical Insurance","pretax":true,"posttax":false,"imputed":false,"healthcare":true,"retirement":false,"yearly_limit":false}