DocsAPI ReferencePost Category/bff/post-category/detail
getPost CategoryAdmin BFF

/bff/post-category/detail

Returns full detail of a post category including title, description, meta description, slug, parent info, post count, and all available translations.

Post CategorygetBffPost-categoryDetail

Parameters

2 query

2 total
Query · 2
idstringRequired

Category external ID.

localestring

Communication locale code used to filter content.

Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.

Length: 22

Request

GET /bff/post-category/detail

get
curl -X GET "https://api.bizkithub.com/bff/post-category/detail?id=abc123def456ghij&locale=cs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "id": "abc123def456ghij",
  "title": "Tech News",
  "description": "Latest technology news and updates.",
  "metaDescription": "Tech news, tutorials, and insights.",
  "slug": "tech-news",
  "parentId": "abc123def456ghij",
  "parentTitle": "Technology",
  "active": true,
  "postCount": 42,
  "translations": [
    {
      "locale": "en",
      "name": "Tech News"
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key