---
title: "Get customization of Console by organization"
method: GET
path: "/organizations/{orgId}/ui/customization"
tags: ["Management UI"]
---

# Get customization of Console by organization

`GET /organizations/{orgId}/ui/customization`

Get the customization settings of Console by organization.

User can only access the customization of their organization.
An empty response is returned if the OEM Customization is missing from the Gravitee License.

## Response `200`

The customization settings for the console.

- ConsoleCustomization
  - `theme` ConsoleTheme — Information related to the Console theme
    - `menuBackground` string — The background color of the menu
    - `menuActive` string — The color of an active menu item
  - `ctaConfiguration` CtaConfiguration — Configuration for the CTA popups
    - `customEnterpriseName` string — The name of the custom enterprise feature. This name will be used in the description provided in CTA popups.
    - `title` string — The title that will be used in the CTA popup.
    - `trialButtonLabel` string — The label used on the action button in CTA popup.
    - `trialURL` string — The URL that will be targeted when clicking on the trail button.
    - `hideDays` boolean — Whether the number of days for trial is displayed or not in the CTA popup.
  - `logo` string — The logo that should be displayed in the console
  - `favicon` string — The favicon for the console
  - `title` string — The title that will be displayed in the browser tab

## Other responses

- `204` — The license does not contain OEM Customization
- `default` — Generic error response

---

[API](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-ui.md) · [All operations](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-ui/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gravitee-io/gravitee-io-apim-management-api-ui/revisions/6e3899b14406/schema)
