Skip to main content
GET
/
enterprises
/
{search}
/
investors
cURL
curl --request GET \
  --url https://jaarrekening.be/api/v1/enterprises/{search}/investors \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "enterprise_number": "0200.362.210",
      "name": "in BW Association Intercommunale",
      "slug": "in-bw-association-intercommunale",
      "municipality": "Nijvel",
      "shares": 10208,
      "shares_percentage": "0.3747",
      "specification": "Held directly"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

Enterprise number or slug

Response

200 - application/json

List of investors

The response is of type object.