v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
organizations

aid_get_external_organization_subunits

scopes:

  • public

Get an organization's registered subunits. Proxies queries to respective registers. Currently only Norway (no) organization numbers are supported.

get/accounts/{aid}/search/external/organizations/{country}/{organization_number}/subunits

Path parameters

aidstring ^[PT]{1}\d{8}$ required

An id that uniquely identifies the account.

countrystring required

ISO 3166-1 country code

organization_numberstring required

Organization number

Response

Organization's subunits

organization_numberstring required

Company identification number

business_namestring required

The location's legal name

phone_numberstring

A phone number in E.164 number formatting

emailstring email

Email address

website_urlstring uri

Website URL

Example response

[
  {
    "organization_number": "123456789MVA",
    "business_name": "TKP technology AS",
    "business_address": {
      "address_line": "Sommerkroveien 34",
      "address_line_2": "PB 123",
      "postal_code": "0349",
      "postal_place": "Oslo",
      "country": "NO"
    },
    "registry_address": {
      "address_line": "Sommerkroveien 34",
      "address_line_2": "PB 123",
      "postal_code": "0349",
      "postal_place": "Oslo",
      "country": "NO"
    },
    "phone_number": "+4799999999",
    "email": "contact@example.com",
    "website_url": "https://example.com"
  }
]