Directors
curl --request GET \
--url https://api.bizzy.ai/v2/legal-entities/{countryCode}/{legalEntityId}/directors \
--header 'Authorization: Bearer <token>'{
"identifier": {
"legalEntityId": "1778186251",
"countryCode": "BE",
"name": "Bizzy AI",
"isPrimary": true
},
"data": [
{
"person": {
"contactId": "1086914623",
"firstName": "Lorenz",
"lastName": "Bogaert"
},
"function": "PERMANENT_REPRESENTATIVE",
"since": "2025-05-16",
"until": null
},
{
"person": {
"contactId": "1481690419",
"firstName": "Filip",
"lastName": "Van Innis"
},
"function": "PERMANENT_REPRESENTATIVE",
"since": "2025-05-16",
"until": null
},
{
"person": {
"contactId": "1086914623",
"firstName": "Lorenz",
"lastName": "Bogaert"
},
"function": "DIRECTOR",
"since": "2025-05-16",
"until": null
},
{
"person": {
"contactId": "1481690419",
"firstName": "Filip",
"lastName": "Van Innis"
},
"function": "DIRECTOR",
"since": "2025-05-16",
"until": null
}
],
"pagination": {
"limit": 4,
"offset": 0,
"total": 16
}
}
Legal Entity API
Directors
GET
/
v2
/
legal-entities
/
{countryCode}
/
{legalEntityId}
/
directors
Directors
curl --request GET \
--url https://api.bizzy.ai/v2/legal-entities/{countryCode}/{legalEntityId}/directors \
--header 'Authorization: Bearer <token>'{
"identifier": {
"legalEntityId": "1778186251",
"countryCode": "BE",
"name": "Bizzy AI",
"isPrimary": true
},
"data": [
{
"person": {
"contactId": "1086914623",
"firstName": "Lorenz",
"lastName": "Bogaert"
},
"function": "PERMANENT_REPRESENTATIVE",
"since": "2025-05-16",
"until": null
},
{
"person": {
"contactId": "1481690419",
"firstName": "Filip",
"lastName": "Van Innis"
},
"function": "PERMANENT_REPRESENTATIVE",
"since": "2025-05-16",
"until": null
},
{
"person": {
"contactId": "1086914623",
"firstName": "Lorenz",
"lastName": "Bogaert"
},
"function": "DIRECTOR",
"since": "2025-05-16",
"until": null
},
{
"person": {
"contactId": "1481690419",
"firstName": "Filip",
"lastName": "Van Innis"
},
"function": "DIRECTOR",
"since": "2025-05-16",
"until": null
}
],
"pagination": {
"limit": 4,
"offset": 0,
"total": 16
}
}
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
You can query on name.
{
"identifier": {
"legalEntityId": "1778186251",
"countryCode": "BE",
"name": "Bizzy AI",
"isPrimary": true
},
"data": [
{
"person": {
"contactId": "1086914623",
"firstName": "Lorenz",
"lastName": "Bogaert"
},
"function": "PERMANENT_REPRESENTATIVE",
"since": "2025-05-16",
"until": null
},
{
"person": {
"contactId": "1481690419",
"firstName": "Filip",
"lastName": "Van Innis"
},
"function": "PERMANENT_REPRESENTATIVE",
"since": "2025-05-16",
"until": null
},
{
"person": {
"contactId": "1086914623",
"firstName": "Lorenz",
"lastName": "Bogaert"
},
"function": "DIRECTOR",
"since": "2025-05-16",
"until": null
},
{
"person": {
"contactId": "1481690419",
"firstName": "Filip",
"lastName": "Van Innis"
},
"function": "DIRECTOR",
"since": "2025-05-16",
"until": null
}
],
"pagination": {
"limit": 4,
"offset": 0,
"total": 16
}
}
Was this page helpful?
⌘I