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
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"
}
}
]