Ana içeriğe geç

Public Blog Kategorileri

Aktif blog kategorilerini listeler.

Base URL: /api/public/blog/categories Yetkilendirme: X-Api-Key

bilgi

Controller AllowAnonymous olsa da tenant cozumleme icin X-Api-Key header'i gereklidir.


GET /

Aktif kategorileri listeler.

Headers:

X-Api-Key: customer-api-key

Response - 200 OK:

{
"success": true,
"data": [
{
"id": "3fa85f64-...",
"isActive": true,
"createdAt": "2026-03-27T10:00:00Z",
"translations": [
{
"languageId": "9cd14a82-...",
"languageCode": "tr",
"name": "Teknoloji",
"slug": "teknoloji"
}
]
}
]
}