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" } } ] }
Get all establishments (branches/locations) for an enterprise.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Enterprise number or slug
List of establishments
The response is of type object.
object
Was this page helpful?