Skip to main content

Get My Site Settings

GET /v1/tenant/site

Retrieves the configuration and visual settings of a tenant’s site. Includes color scheme, branding assets, and general metadata such as title, tenant reference, and feature toggles.

Response Example

{
"colors": {
"header_background": "#6b6b6b",
"header_icons": "#FFFFFF",
"primary_color": "#000000",
"header_navigation": "#FFFFFF"
},
"_id": "site-id-1",
"sitename": "example-site.example.io",
"tenant": "tenant-id-1",
"webshopEnabled": false,
"ticket_auto_escalation_for_customers": true,
"created": 1750374628888,
"updated": 1750374628888,
"__v": 0,
"title": "Example Site Title",
"logo": "/v1/files/site/tenant-id-1/logo.png",
"favicon": "/v1/files/site/tenant-id-1/favicon.png",
"id": "site-id-1"
}