---
title: "List all Health Insurance contracts 🇫🇷"
method: GET
path: "/companies/{companyId}/health-insurance-contracts"
tags: ["Company"]
---

# List all Health Insurance contracts 🇫🇷

`GET /companies/{companyId}/health-insurance-contracts`

Returns all Health Insurance contracts.
\
**Required scopes**: *health-insurance:read*

## Path parameters

- `companyId` string, required

## Response `200`

The health insurance contracts for a given company

- object
  - `contracts` object[], required
    - `idContrat` string, required — The generated PayFit id of the contract
    - `refContrat` string, nullable, required — The reference of the contract
    - `codePopulation` string, nullable, required
    - `codeOption` string, nullable, required
    - `affiliatedContractIds` string[], required
    - `modeCalculCotisation` '1' | '2' | '3' | 'null', nullable, required — The computation type of the health insurance contribution contract (1: Rate; 2: Fixed amount; 3: Rate and fixed amount)
    - `baseDeCotisation` '1' | '2' | '3' | '4' | '5' | 'null', nullable, required — The contribution base (1: Tiers; 2: Gross salary; 3: Tiers and gross salary; 4: PMSS; 5: Tiers, gross salary, and PMSS)
    - `tauxCotisationPatronale` number, nullable, required — The contribution rate supported by employer. Rate from 0 to 1, where 1 represent 100%
    - `tauxCotisationSalariale` number, nullable, required — The contribution rate supported by employee. Rate from 0 to 1, where 1 represent 100%

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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