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

/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

1 total
Query · 1
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/tree

get
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.

Get API Key