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
sloganstring
The slogan to display in the UI footer.
namestring
The name of this Unleash instance. Used to build the text in the footer.
environmentstring

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

billingenum
The billing model in use for this Unleash instance.
Allowed values:
edgeUrlstring
The URL of the Unleash Edge instance.
feedbackUriPathstring
The URI path at which the feedback endpoint is listening.
disablePasswordAuthboolean
Whether password authentication should be disabled or not.
emailEnabledboolean
Whether this instance can send out emails or not.
maintenanceModeboolean
Whether maintenance mode is currently active or not.
resourceLimitsobject
A map of resource names and their limits.
prometheusAPIAvailableboolean
Whether a Prometheus API is available.
frontendApiOriginslist of strings

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

flagsmap from strings to booleans or objects

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

authenticationTypeenum
The type of authentication enabled for this Unleash instance
oidcConfiguredThroughEnvboolean
Whether the OIDC configuration is set through environment variables or not.
samlConfiguredThroughEnvboolean
Whether the SAML configuration is set through environment variables or not.
maxSessionsCountdouble
The maximum number of sessions that a user has.
unleashContextobject
The context object used to configure the Unleash instance.