Get UI configuration

View as Markdown
Retrieves the full configuration used to set up the Unleash Admin UI.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Response

uiConfigSchema
versionstring
The current version of Unleash
unleashUrlstring
The URL of the Unleash instance.
baseUriPathstring
The base URI path at which this Unleash instance is listening.
versionInfoobject
Detailed information about an Unleash version
sloganstringOptional
The slogan to display in the UI footer.
namestringOptional
The name of this Unleash instance. Used to build the text in the footer.
environmentstringOptional

What kind of Unleash instance it is: Enterprise, Pro, or Open source

billingenumOptional
The billing model in use for this Unleash instance.
edgeUrlstringOptional
The URL of the Unleash Edge instance.
logRocketAppIdstringOptional

The LogRocket app ID used to initialize session replay in the admin UI. Only used when the logRocketEnabled flag is on.

feedbackUriPathstringOptional
The URI path at which the feedback endpoint is listening.
disablePasswordAuthbooleanOptional
Whether password authentication should be disabled or not.
emailEnabledbooleanOptional
Whether this instance can send out emails or not.
maintenanceModebooleanOptional
Whether maintenance mode is currently active or not.
resourceLimitsobjectOptional
A map of resource names and their limits.
prometheusAPIAvailablebooleanOptional
Whether a Prometheus API is available.
impactMetricsenumOptional

Impact metrics availability for this instance. disabled when the killswitch is on; unconfigured when no source is set up yet; internal/external/full depending on which data sources are available.

frontendApiOriginslist of stringsOptional

The list of origins that the front-end API should accept requests from.

flagsmap from strings to booleans or objectsOptional

Additional (largely experimental) features that are enabled in this Unleash instance.

authenticationTypeenumOptional
The type of authentication enabled for this Unleash instance
oidcConfiguredThroughEnvbooleanOptional
Whether the OIDC configuration is set through environment variables or not.
samlConfiguredThroughEnvbooleanOptional
Whether the SAML configuration is set through environment variables or not.
maxSessionsCountdoubleOptional
The maximum number of sessions that a user has.
unleashContextobjectOptional
The context object used to configure the Unleash instance.
storiesPageEnabledbooleanOptional

Whether the internal /_stories component gallery route is enabled. Controlled by the ENABLE_STORIES_PAGE environment variable.