Get Theme
Get the icon for a tenant
get/theme
Headers
originstring nullable
Response
Successful Response
Example response
{
"name": "Acme Corp",
"slug": "acme-corp",
"domain": "acme.com",
"timezone": "Europe/Berlin",
"locale": "en-US",
"display_name": "Acme Corporation",
"motto": "Building the future.",
"logo_url": "https://cdn.example.com/acme/logo.png",
"square_logo_url": "https://cdn.example.com/acme/logo-square.png",
"favicon_url": "https://cdn.example.com/acme/favicon.ico",
"chat_square_logo_url": "https://cdn.example.com/acme/chat-logo.png",
"primary_color": "#1A2B3C",
"secondary_color": "#4D5E6F",
"theme": "light"
}