> ## Documentation Index
> Fetch the complete documentation index at: https://api-documentation.kare-app.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Contacts

> API changes for the Contacts module.

<Update label="2026-09-11">
  **9 API change(s) - ⚠️ includes 2 breaking change(s)**

  **`GET /rs/contacts/v1/`**

  * for the `query` request parameter `extend`, the type/format of property `items/` was changed from `/` to `string`/\`\`
  * added the enum value `actions-info` to the property `items/` of the `query` request parameter `extend`
  * added the optional property `data/items/actions` to the response with the `200` status

  **`GET /rs/contacts/v1/{id}`**

  * for the `query` request parameter `extend`, the type/format of property `items/` was changed from `/` to `string`/\`\`
  * added the enum value `actions-info` to the property `items/` of the `query` request parameter `extend`
  * added the optional property `actions` to the response with the `200` status

  **`POST /rs/contacts/v1/`**

  * endpoint added

  **`DELETE /rs/contacts/v1/{id}`**

  * endpoint added

  **`PATCH /rs/contacts/v1/{id}`**

  * endpoint added
</Update>

<Update label="2026-09-07">
  **1 API change(s) - ⚠️ includes 1 breaking change(s)**

  **`GET /rs/contacts/v1/`**

  * for the `query` request parameter `whereProviderIds`, the type/format of property `items/` was specialized from `string`/\`\` to `string`/`uuid`
</Update>

<Update label="2026-08-26">
  **1 API change(s)**

  **`GET /rs/contacts/v1/`**

  * added the new optional `query` request parameter `countOnly`
</Update>

<Update label="2026-07-31">
  **6 API change(s) — ⚠️ includes 3 breaking change(s)**

  **`GET /rs/contacts/v1/`**

  * removed the required property `data/items/company` from the response with the `200` status
  * removed the required property `data/items/companyId` from the response with the `200` status
  * deleted the `query` request parameter `whereCompanyIds`
  * added the new optional `query` request parameter `whereProviderIds`
  * added the required property `data/items/provider` to the response with the `200` status
  * added the required property `data/items/providerId` to the response with the `200` status
</Update>

<Update label="2026-07-24">
  **1 API change(s)**

  **`GET /rs/contacts/v1/`**

  * endpoint added
</Update>
