/bff/cms/switch-locale
Changes the preferred locale/language for the authenticated user. This affects the UI language and date/number formatting across all sessions.
CMSpostBffCmsSwitch-locale
Parameters
2 body
Body · 2
identityCookiesstringRequiredCurrent user identity cookie value.
localestringRequiredCommunication 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
POST /bff/cms/switch-locale
curl -X POST "https://api.bizkithub.com/bff/cms/switch-locale" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"identityCookies": "abc123-identity-token",
"locale": "cs"
}'Response
Locale changed successfully.
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.