Establishments
curl --request GET \
--url https://api.bizzy.ai/v2/legal-entities/{countryCode}/{legalEntityId}/establishments \
--header 'Authorization: Bearer <token>'{
"identifier": {
"legalEntityId": "1778186251",
"countryCode": "BE",
"name": "Bizzy AI",
"isPrimary": true
},
"data": {
"establishments": [
{
"id": "617935963",
"name": "Bizzy AI",
"address": {
"number": "5",
"street": "Dok-Noord",
"country": "BE",
"locality": "Ghent",
"postalCode": "9000"
},
"establishmentId": "2697485893",
"latitude": 51.0659,
"longitude": 3.7337,
"language": "NL",
"source": "SourcesBeKboCsv",
"admins": {
"admin1": "Flanders",
"admin2": "East Flanders",
"admin3": "Ghent"
}
}
]
},
"pagination": {
"limit": 4,
"offset": 0,
"total": 1
}
}
Legal Entity API
Establishments
GET
/
v2
/
legal-entities
/
{countryCode}
/
{legalEntityId}
/
establishments
Establishments
curl --request GET \
--url https://api.bizzy.ai/v2/legal-entities/{countryCode}/{legalEntityId}/establishments \
--header 'Authorization: Bearer <token>'{
"identifier": {
"legalEntityId": "1778186251",
"countryCode": "BE",
"name": "Bizzy AI",
"isPrimary": true
},
"data": {
"establishments": [
{
"id": "617935963",
"name": "Bizzy AI",
"address": {
"number": "5",
"street": "Dok-Noord",
"country": "BE",
"locality": "Ghent",
"postalCode": "9000"
},
"establishmentId": "2697485893",
"latitude": 51.0659,
"longitude": 3.7337,
"language": "NL",
"source": "SourcesBeKboCsv",
"admins": {
"admin1": "Flanders",
"admin2": "East Flanders",
"admin3": "Ghent"
}
}
]
},
"pagination": {
"limit": 4,
"offset": 0,
"total": 1
}
}
Request
Header
- NL: Dutch - FR: French - EN: English
Path
Any supported country code — see Supported countries.
Obfuscated legalEntityId returned by the company legal entities endpoint.
Query
Number of items to return per page. (max 500)
Number of items to skip
{
"identifier": {
"legalEntityId": "1778186251",
"countryCode": "BE",
"name": "Bizzy AI",
"isPrimary": true
},
"data": {
"establishments": [
{
"id": "617935963",
"name": "Bizzy AI",
"address": {
"number": "5",
"street": "Dok-Noord",
"country": "BE",
"locality": "Ghent",
"postalCode": "9000"
},
"establishmentId": "2697485893",
"latitude": 51.0659,
"longitude": 3.7337,
"language": "NL",
"source": "SourcesBeKboCsv",
"admins": {
"admin1": "Flanders",
"admin2": "East Flanders",
"admin3": "Ghent"
}
}
]
},
"pagination": {
"limit": 4,
"offset": 0,
"total": 1
}
}
Was this page helpful?
⌘I