Skip to main content
GET
/
enterprises
/
{search}
/
establishments
cURL
curl --request GET \
  --url https://jaarrekening.be/api/v1/enterprises/{search}/establishments \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "establishment_number": "2.251.273.097",
      "start_date": "2015-12-01",
      "name": "VENECO",
      "address": {
        "street_nl": "Panhuisstraat",
        "street_fr": "Panhuisstraat",
        "house_number": "1",
        "box": "",
        "zipcode": "9070",
        "municipality_nl": "Destelbergen",
        "municipality_fr": "Destelbergen",
        "country_nl": "België",
        "country_fr": "Belgique"
      }
    }
  ]
}

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 establishments

The response is of type object.