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