v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
organizations

aid_search_external_organizations_country

Proxy queries to the Norwegian or Danish organization registry.

Please note that the only supported countries currently are "no" (Norway) and "dk" (Denmark).

scopes:

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

Path parameters

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

An id that uniquely identifies the account.

countrystring required

ISO 3166-1 country code

Query parameters

starting_afterstring

cursor for use in pagination. starting_after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, end the result contains paging_token=pt1, your subsequent call can include starting_after=pt1 in order to fetch the next page of the list.

limitinteger

A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items.

namestring

Search for organization

organization_numberstring

Search for organization

Response

Organization search result collection

response_from'enhetsregisteret' | 'cvr' | 'underenheter' required
organization_typestring required

A code or string specifying the type of organization.

phone_numberstring ^\+?[1-9]\d{1,14}$

A phone number in E.164 number formatting.

emailstring
organization_numberstring required

Company identification number.

business_namestring required

The location's legal name.

website_urlstring

The company's website.

Example response

[
  {
    "response_from": "enhetsregisteret",
    "organization_type": "AS",
    "phone_number": "+4799999999",
    "email": "hello@company.com",
    "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"
    }
  }
]