/bff/organisation/locales
Returns the list of locales configured for the current organisation. Each locale includes its code, whether it is the default, and its display position.
OrganisationgetBffOrganisationLocales
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/organisation/locales
curl -X GET "https://api.bizkithub.com/bff/organisation/locales" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"locale": "cs",
"isDefault": false,
"position": 0
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.