import Finch from '@tryfinch/finch-api';const client = new Finch({ accessToken: 'My Access Token',});// Automatically fetches more pages as needed.for await (const companyBenefit of client.hris.benefits.list()) { console.log(companyBenefit.benefit_id);}
List all company-wide deductions and contributions.
GET
/
employer
/
benefits
JavaScript
Copy
Ask AI
import Finch from '@tryfinch/finch-api';const client = new Finch({ accessToken: 'My Access Token',});// Automatically fetches more pages as needed.for await (const companyBenefit of client.hris.benefits.list()) { console.log(companyBenefit.benefit_id);}
Availability: Automated providers onlyEmployer Match capabilities are currently in Beta. Please reach out if you are interested in gaining early access.This is a live request to the provider. Latencies may vary from seconds to minutes depending on the provider and number of items.