curl --request GET \
--url http://localhost:8080/cabinet/branding/lite-mode{
"enabled": false
}Get lite mode enabled setting. This is a public endpoint - no authentication required. When enabled, shows simplified dashboard with minimal features.
curl --request GET \
--url http://localhost:8080/cabinet/branding/lite-mode{
"enabled": false
}Successful Response
Lite mode enabled setting.