getDocumentationAdmin BFF

/bff/doc/page

Returns a documentation page by slug with locale fallback. If the requested locale translation does not exist, falls back to the first available translation. Content is rendered from Markdown to HTML with anchor list extraction. Returns { found: false } if the page does not exist, or { found: true, slug, locale, title, content, perex, anchorList, routes } on success.

DocumentationgetBffDocPage

Parameters

2 query

2 total
Query · 2
slugstringRequired

Documentation page slug.

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/doc/page

get
curl -X GET "https://api.bizkithub.com/bff/doc/page?slug=getting-started&locale=cs" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key