Skip to main content
GET
/
cabinet
/
branding
/
themes
Get Enabled Themes
curl --request GET \
  --url http://localhost:8080/cabinet/branding/themes
{
  "dark": true,
  "light": true
}

Response

200 - application/json

Successful Response

Enabled themes settings.

dark
boolean
default:true
light
boolean
default:true