DocsAPI ReferencePost Category/bff/post-category/list-selector
getPost CategoryAdmin BFF

/bff/post-category/list-selector

Returns a simplified list of categories suitable for selectbox/dropdown components. Includes only active categories with their localized names.

Post CategorygetBffPost-categoryList-selector

Parameters

1 query

1 total
Query · 1
localestringRequired

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/list-selector

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

Response

Simplified category list for selector components.

{
  "items": [
    {
      "id": "abc123def456ghij",
      "label": "Tech News"
    }
  ],
  "itemCount": 8
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key