BizKitHub
DocsAPI ReferenceGlossary/bff/glossary/category/list
getGlossaryAdmin BFF

/bff/glossary/category/list

Flat list of glossary categories

GlossarygetBffGlossaryCategoryList

Parameters

2 query

Query parameters

· 2
localestringOptional
Examplecs
includeDeletedstringOptional
Exampleexample_includeDeleted

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/glossary/category/list

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

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key