/bff/organisation/legal-forms
Returns active legal forms from core__legal_form. Use to populate the legal form picker on the organisation profile and on contact detail. Pair with the contact/organisation accounting country.
OrganisationgetBffOrganisationLegal-forms
Parameters
1 query
Query · 1
countryIdstringFilter legal forms by country ID (from GET /organisation/available-countries). Strongly recommended — without it the response includes legal forms for all countries. Query params are always strings in Elysia; the value is parsed as a number server-side.
Request
GET /bff/organisation/legal-forms
curl -X GET "https://api.bizkithub.com/bff/organisation/legal-forms?countryId=158" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": 0,
"countryId": 0,
"countryCode": "CZ",
"code": "112",
"slug": "sro",
"name": "example_name",
"isLegalEntity": false,
"vatRegistrationDefault": false
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.