Get UI configuration
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
version
The current version of Unleash
unleashUrl
The URL of the Unleash instance.
baseUriPath
The base URI path at which this Unleash instance is listening.
versionInfo
Detailed information about an Unleash version
slogan
The slogan to display in the UI footer.
name
The name of this Unleash instance. Used to build the text in the footer.
environment
What kind of Unleash instance it is: Enterprise, Pro, or Open source
billing
The billing model in use for this Unleash instance.
Allowed values:
feedbackUriPath
The URI path at which the feedback endpoint is listening.
disablePasswordAuth
Whether password authentication should be disabled or not.
emailEnabled
Whether this instance can send out emails or not.
maintenanceMode
Whether maintenance mode is currently active or not.
resourceLimits
A map of resource names and their limits.
prometheusAPIAvailable
Whether a Prometheus API is available.
frontendApiOrigins
The list of origins that the front-end API should accept requests from.
flags
Additional (largely experimental) features that are enabled in this Unleash instance.
links
Relevant links to use in the UI.
authenticationType
The type of authentication enabled for this Unleash instance
oidcConfiguredThroughEnv
Whether the OIDC configuration is set through environment variables or not.
samlConfiguredThroughEnv
Whether the SAML configuration is set through environment variables or not.
maxSessionsCount
The maximum number of sessions that a user has.
unleashContext
The context object used to configure the Unleash instance.