> ## 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.

# Inbox

> API changes for the Inbox module.

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

  **`GET /rs/inbox-mails/v1/`**

  * added the new `body_unreadable` enum value to the `data/items/rejectionReason` response property for the response status `200`
  * added the new `quota_exceeded` enum value to the `data/items/rejectionReason` response property for the response status `200`

  **`GET /rs/inbox-mails/v1/{id}`**

  * added the new `body_unreadable` enum value to the `rejectionReason` response property for the response status `200`
  * added the new `quota_exceeded` enum value to the `rejectionReason` response property for the response status `200`
</Update>

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

  **`GET /rs/inbox-mails/v1/`**

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

<Update label="2026-09-01">
  **1 API change(s)**

  **`GET /rs/inbox-mails/v1/`**

  * added the enum value `updatedAt` to the property `items/field` of the `query` request parameter `orderBy`
</Update>

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

  **`GET /rs/inbox-mails/v1/`**

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

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

  **`GET /rs/inbox-mails/v1/`**

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

<Update label="2026-08-05">
  **2 API change(s)**

  **`GET /rs/inbox-mails/v1/`**

  * endpoint added

  **`GET /rs/inbox-mails/v1/{id}`**

  * endpoint added
</Update>

<Update label="2026-07-29">
  **2 API change(s)**

  **`GET /rs/inbox-items/v1/`**

  * endpoint added

  **`GET /rs/inbox-items/v1/{id}`**

  * added the required property `rejectionReason` to the response with the `200` status
</Update>

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

  **`GET /rs/inbox-items/v1/{id}`**

  * endpoint added
</Update>
