DocsAPI ReferenceCms/bff/cms/switch-locale
postCmsAdmin BFF

/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

2 total
Body · 2
identityCookiesstringRequired

Current user identity cookie value.

localestringRequired

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

POST /bff/cms/switch-locale

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

Get API Key