/bff/post-category/tree
Returns all post categories as a nested tree structure. Each node includes its children, post count, and localized title/slug. Node shape: { id: string, title: string, slug: string, active: boolean, postCount: number, children: Node[] }.
Post CategorygetBffPost-categoryTree
Parameters
1 query
Query · 1
localestringCommunication 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/tree
curl -X GET "https://api.bizkithub.com/bff/post-category/tree?locale=cs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
Nested tree structure of all post categories.
{
"items": []
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.