/bff/locale/list
Returns all available locales with their localized labels. Use the locale query param to control the language of labels.
LocalegetBffLocaleList
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/locale/list
curl -X GET "https://api.bizkithub.com/bff/locale/list?locale=cs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": 0,
"locale": "cs",
"label": "Angličtina"
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.