---
title: "Get All Deductions"
method: GET
path: "/employer/benefits"
tags: ["Deductions"]
---

# Get All Deductions

`GET /employer/benefits`

List all company-wide deductions and contributions.

## Query parameters

- `entity_ids` string[]

## Headers

- `Finch-API-Version` string, date, required

## Response `200`

OK

- CompanyBenefit[] — Array of company benefits.
  - `benefit_id` string, uuid, required — The id of the benefit.
  - `type` '457' | '401k' | '401k_roth' | '401k_loan' | '403b' | '403b_roth' | '457_roth' | 'commuter' | 'custom_post_tax' | 'custom_pre_tax' | 'fsa_dependent_care' | 'fsa_medical' | 'hsa_post' | 'hsa_pre' | 's125_dental' | 's125_medical' | 's125_vision' | 'simple' | 'simple_ira' | 'null', nullable, required — Type of benefit.
  - `description` string, nullable, required
  - `frequency` 'every_paycheck' | 'monthly' | 'one_time' | 'null', nullable, required — The frequency of the benefit deduction/contribution.
  - `company_contribution` BenefitCompanyMatchContribution, nullable — The company match for this benefit.
    - `type` 'match', required
    - `tiers` object[], required
      - `match` integer, required
      - `threshold` integer, required

---

[API](https://skmtc.net/finch-api/apis/api-reference.md) · [All operations](https://skmtc.net/finch-api/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finch-api/api-reference/revisions/20f8dd5faf09/schema)
