---
title: "aid_search_external_organizations_country"
method: GET
path: "/accounts/{aid}/search/external/organizations/{country}"
tags: ["organizations"]
---

# aid_search_external_organizations_country

`GET /accounts/{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

## Path parameters

- `aid` string, ^[PT]{1}\d{8}$, required
- `country` string, required

## Query parameters

- `starting_after` string
- `limit` integer
- `name` string
- `organization_number` string

## Response `200`

Organization search result collection

- SearchExternalOrganizationResult[]
  - `response_from` 'enhetsregisteret' | 'cvr' | 'underenheter', required
  - `organization_type` string, required — A code or string specifying the type of organization.
  - `phone_number` string, ^\+?[1-9]\d{1,14}$ — A phone number in E.164 number formatting.
  - `email` string
  - `organization_number` string, required — Company identification number.
  - `business_name` string, required — The location's legal name.
  - `business_address` Address
    - `address_line` string, required
    - `address_line_2` string
    - `postal_code` string
    - `postal_place` string, required
    - `country` string, iso-3166-1, required — ISO 3166-1 country code
  - `registry_address` Address
    - `address_line` string, required
    - `address_line_2` string
    - `postal_code` string
    - `postal_place` string, required
    - `country` string, iso-3166-1, required — ISO 3166-1 country code
  - `website_url` string — The company's website.

## Other responses

- `400` — Bad / Invalid request
- `500` — Unexpected Error

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/revisions/9b83a4199008/schema)
