---
title: "Get all custom UI extensions"
method: GET
path: "/"
tags: ["UI Extensions Config Operations"]
---

# Get all custom UI extensions

`GET /`

Get all UI extensions which are managed through the Integrations Library. The response will not include UI extensions which are not managed through the Integrations Library, such as legacy product pickers.

## Response `200`

OK

- UiExtension[]
  - `id` string — ID of a UI extension
  - `displayName` string, required — Display name of the extension
  - `url` string, required — The URL on which the extension is served
  - `config` string, required — JSON string to configure the Open UI extension
  - `extensionPoint` 'document.field' | 'channel.page.tools' | 'unknown', required — The type of extension point. For extensions on content-type fields, this is always 'document.field'
  - `height` integer — The initial height of the iframe in pixels (default is 60)
  - `description` string — Description of the extension
  - `logo` string — Logo (Icon) of the extension. Should be a base64 string representation of the image
  - `package` string — The relative path of the UI Extensions Package where this extension is installed from, e.g. bynder/v1
  - `connect-src` string[] — URLs for external systems that need to be called by an extension
  - `frame-ancestors` string[] — URLs for external systems that need to be loaded in child iframes by an extension
  - `frame-src` string[] — URLs for external servers that host extensions
  - `img-src` string[] — URLs for external systems that host images used or exposed by extensions
  - `script-src` string[] — URLs for external systems that host scripts used by extensions
  - `style-src` string[] — URLs for external systems that host styles used by extensions
  - `font-src` string[] — URLs for external systems that host fonts used by extensions
  - `media-src` string[] — URLs for external systems that host media used by extensions

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
