Skip to main content
GET
/
enterprises
/
{search}
/
activities
cURL
curl --request GET \
  --url https://jaarrekening.be/api/v1/enterprises/{search}/activities \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "nace_code": "84130",
      "description": "Openbaar bestuur op het gebied van het bedrijfsleven",
      "group": "RSZ-activiteiten",
      "classification": "Hoofdactiviteit"
    },
    {
      "nace_code": "68121",
      "description": "Ontwikkeling van residentiële bouwprojecten",
      "group": "BTW-activiteiten",
      "classification": "Nevenactiviteit"
    }
  ]
}

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 activities

The response is of type object.