v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
organizations

aid_get_external_organizations

scopes:

  • public
get/accounts/{aid}/search/external/organizations/{country}/{organization_number}

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 to get addresses for

Response

Organization search result collection

Example response

{
  "items": [
    {
      "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"
      }
    }
  ]
}