> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chift.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Product & connector updates - March, 2026

## Product

### API Explorer v2

The API Explorer has been completely redesigned to provide a more powerful and intuitive experience when testing and validating Chift's API endpoints.

<Frame caption="The new API Explorer welcome screen">
  <img src="https://mintcdn.com/chift/viPWkkjA340rbR6m/assets/changelogs/2026-03/api-explorer-welcome.png?fit=max&auto=format&n=viPWkkjA340rbR6m&q=85&s=a3f39d401f4af6fc199c5fc4f5d001b7" width="1704" height="1144" data-path="assets/changelogs/2026-03/api-explorer-welcome.png" />
</Frame>

Key highlights:

* **Global access** — Now accessible from the sidebar, without navigating to a specific consumer first. When opened from a consumer's page, the consumer and connection are automatically pre-filled.
* **Improved request panel** — Operations grouped by tags, searchable by name/path/tag, with a direct link to the API documentation for each endpoint. The connection dropdown lets you switch between connectors when multiple connections are available.

<Frame caption="Request panel with operation, consumer and connection selected">
  <img src="https://mintcdn.com/chift/viPWkkjA340rbR6m/assets/changelogs/2026-03/api-explorer-execute.png?fit=max&auto=format&n=viPWkkjA340rbR6m&q=85&s=9b18d301415698bf46927467c7a693ab" width="1385" height="984" data-path="assets/changelogs/2026-03/api-explorer-execute.png" />
</Frame>

* **Response panel** — Status code, execution duration, and full JSON body with syntax highlighting. Download, copy, or expand to fullscreen.

<Frame caption="Response panel showing a 200 SUCCESS result">
  <img src="https://mintcdn.com/chift/viPWkkjA340rbR6m/assets/changelogs/2026-03/api-explorer-response.png?fit=max&auto=format&n=viPWkkjA340rbR6m&q=85&s=73e555afb6745eaa0f53bf75f115e5a5" width="1356" height="440" data-path="assets/changelogs/2026-03/api-explorer-response.png" />
</Frame>

* **Transaction replay** — Re-run any past transaction via the "Open in Explorer" button. All parameters are pre-filled, including connector-specific query parameters.

<Frame caption="Opening a transaction in the API Explorer">
  <img src="https://mintcdn.com/chift/viPWkkjA340rbR6m/assets/changelogs/2026-03/api-explorer-replay.png?fit=max&auto=format&n=viPWkkjA340rbR6m&q=85&s=a38721fb58f3847ae1990022f0543c52" width="778" height="624" data-path="assets/changelogs/2026-03/api-explorer-replay.png" />
</Frame>

* **Multi-tab support** — Open multiple request tabs to compare responses or work on different endpoints. Tabs persist across sessions.

<Frame caption="Multiple tabs open in the API Explorer">
  <img src="https://mintcdn.com/chift/viPWkkjA340rbR6m/assets/changelogs/2026-03/api-explorer-tabs.png?fit=max&auto=format&n=viPWkkjA340rbR6m&q=85&s=afefddec69a1f318a08e30417b8951d0" width="1531" height="53" data-path="assets/changelogs/2026-03/api-explorer-tabs.png" />
</Frame>

* **Request history** — Every request is saved in the history sidebar with method, status, consumer, environment, and timestamp. Filter by method, status category, consumer, or search by name.
* **Raw data toggle** — Include raw connector response data alongside the unified response (GET endpoints only).
* **Body editor** — JSON editor with syntax highlighting. Sample payloads are auto-populated from the API schema.
* **Keyboard shortcut** — Execute requests with **Cmd+Enter** (Mac) or **Ctrl+Enter** (Windows).
* **Resizable drawer** — Compact, default (80%), or fullscreen. Preference saved automatically.

You can find more information on the API Explorer [here](/back-office/getting-started/api-explorer).
