> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bizzy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Relationships

## Request

#### Header

<ParamField header="Accept-Language" type="string" default="EN">
  * NL: Dutch
  * FR: French
  * EN: English
</ParamField>

#### Path

<ParamField path="countryCode" type="string" required placeholder="BE, NL or FR">
  countryCode can be either `BE`, `NL` or `FR`
</ParamField>

<ParamField path="companyNumber" type="string" required>
  * Belgium: Enterprise (KBO) number. This is equal to the VAT without ‘BE’.
  * The Netherlands: KVK number
  * France: SIREN number
</ParamField>

<ResponseExample>
  ```json Response - 200 theme={null}
  {
    "identifier": {
      "country": "BE",
      "companyNumber": "770493071",
      "name": "Bizzy Fintech",
      "place": "Gent"
    },
    "data": {
      "parents": [
        {
          "identifier": {
            "country": "BE",
            "companyNumber": "770493071",
            "name": "Bizzy Fintech",
            "place": "Gent"
          },
          "function": "SHAREHOLDER",
          "percentage": 0.15,
          "name": "Bizzy Fintech"
        },
        {
          "identifier": {
            "country": "BE",
            "companyNumber": "770493071",
            "name": "Bizzy Fintech",
            "place": "Gent"
          },
          "function": "SHAREHOLDER",
          "percentage": 0.012,
          "name": "Bizzy Fintech"
        },
        {
          "identifier": {
            "country": "BE",
            "companyNumber": "770493071",
            "name": "Bizzy Fintech",
            "place": "Gent"
          },
          "function": "SHAREHOLDER",
          "percentage": 0.1171,
          "name": "Bizzy Fintech"
        },
        {
          "identifier": {
            "country": "BE",
            "companyNumber": "770493071",
            "name": "Bizzy Fintech",
            "place": "Gent"
          },
          "function": "SHAREHOLDER",
          "percentage": 0.0157,
          "name": "Bizzy Fintech"
        },
        {
          "identifier": null
        }
      ],
      "children": []
    }
  }
  ```
</ResponseExample>
