Skip to main content

Get tenant site by domain

GET /v1/tenant/site/:sitename

Retrieves configuration and branding details for a tenant site based on its domain. The response includes appearance settings, feature flags, and identifiers describing the tenant’s public-facing site setup.

Response Example

{
"sitename": "example.zit.red",
"colors": {
"header_background": "#303642",
"header_navigation": "#FFFFFF",
"header_icons": "#FFFFFF",
"primary_color": "#5FBB50"
},
"webshopEnabled": false,
"ticket_auto_escalation_for_customers": true,
"_id": "tenant-site-id-1",
"created": 1762179775479,
"updated": 1762179775479,
"logo": "/v1/files/site/default/logo.png",
"favicon": "/v1/files/site/default/favicon.png",
"id": "tenant-site-id-1",
"sso": true
}