Get UI configuration
GET<your-unleash-url>/api/admin/ui-config
Retrieves the full configuration used to set up the Unleash Admin UI.
Responses
- 200
uiConfigSchema
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '<your-unleash-url>/api/admin/ui-config' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
ResponseClear