v1
latestOpenAPI 3.1.02026-07-241642423.7 KBList company benefits
List company benefits
get/company_benefits
Query parameters
companystring
Return all company benefits associated with this company ID.
limitinteger
Number of company benefits returned per page. The maximum value is 500.
Response
200
Example response
[
{
"id": "cbn_lrcYUhTk1FVZl2vSCOBP",
"company": "cbn_kKTK4VafMNc5pIbI0G9x",
"benefit": "401k",
"description": "Guideline 401(k)",
"effective_start": "2020-01-01",
"company_contribution_percent": 1,
"employee_contribution_percent": 1
}
]