Public Site Ayarlari
Frontend bootstrap icin site branding, aktif sosyal baglantilar ve tum dil cevirilerini getirir.
Base URL: /api/public/site-settings
Yetkilendirme: X-Api-Key
Modul: site-settings modulu musteriye atanmis olmalidir.
bilgi
Controller AllowAnonymous olsa da tenant cozumleme icin X-Api-Key header'i gereklidir.
GET /
Site ayarlarini public kullanim icin getirir.
Headers:
X-Api-Key: customer-api-key
Response - 200 OK:
{
"success": true,
"data": {
"id": "3fa85f64-...",
"isActive": true,
"logoFileUrl": "https://storage.kompanse.com/site/logo.png",
"logoDarkFileUrl": null,
"faviconFileUrl": "https://storage.kompanse.com/site/favicon.ico",
"appleTouchIconUrl": null,
"defaultOgImageUrl": null,
"canonicalBaseUrl": "https://example.com",
"themeColor": "#111827",
"supportEmail": "hello@example.com",
"supportPhone": "+90 555 000 00 00",
"address": "Istanbul",
"robotsIndex": true,
"robotsFollow": true,
"defaultLanguageCode": "tr",
"translations": [
{
"languageId": "tr-language-id",
"languageCode": "tr",
"siteName": "Ornek Site",
"tagline": "Ornek slogan",
"seoTitle": "Ornek Site",
"seoDescription": "Ornek aciklama",
"seoKeywords": "cms, headless, site",
"ogTitle": "Ornek Site",
"ogDescription": "Ornek aciklama",
"footerText": "Tum haklari saklidir.",
"copyrightText": "2026 Ornek Site"
}
],
"socialLinks": [
{
"id": "link-id",
"platform": "LinkedIn",
"url": "https://www.linkedin.com/company/kompanse",
"sortOrder": 1,
"isActive": true
}
]
}
}
Olası Hatalar
| Kod | Durum |
|---|---|
400 | X-Api-Key gecersiz veya eksik |
403 | site-settings modulu atanmamis veya aktif degil |
404 | Site ayarlari bulunamadi |