curl --request GET \
--url http://localhost:8080/cabinet/branding{
"name": "<string>",
"logo_letter": "<string>",
"has_custom_logo": true,
"logo_url": "<string>"
}Get current branding settings. This is a public endpoint - no authentication required.
curl --request GET \
--url http://localhost:8080/cabinet/branding{
"name": "<string>",
"logo_letter": "<string>",
"has_custom_logo": true,
"logo_url": "<string>"
}