/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
Query · 1
localestringRequiredCommunication locale code used to filter content.
Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.
Length: 2–2
Request
GET /bff/post-category/list-selector
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.