curl --request GET \
--url https://api.example.com/cabinet/branding/themes{
"dark": true,
"light": true
}Get which themes are enabled. This is a public endpoint - no authentication required.
curl --request GET \
--url https://api.example.com/cabinet/branding/themes{
"dark": true,
"light": true
}