Skip to main content
GET
Basic information of a company

Authorizations

X-Api-Key
string
header
required

Api key needed to access the endpoints. X-Api-Key: My api key

Headers

AppId
string

App id

Path Parameters

profileCountry
enum<string>
required

The country whose scope/entitlement profile (SE or NO) is used to authorize the request. Determines which market-specific rules apply, independent of the country the requested company is registered in. ISO country code supported for company lookups: SE (Sweden) or NO (Norway).

Available options:
SE,
NO
country
enum<string>
required

The country the requested company is registered in. ISO country code supported by the company data endpoints: SE, NO, DK or FI.

Available options:
SE,
NO,
DK,
FI
orgNr
string
required

The company's organisation number (personal identity number for a sole proprietorship), without separators.

Response

OK

Basic company information: name, address, registration status and VAT details.

orgNumber
string | null
name
string | null
coAddress
string | null
address
string | null
zipCode
string | null
phonenumber
string | null
faxnumber
string | null
email
string | null
webaddress
string | null
community
string | null
county
string | null
registrationDate
string<date-time>
vatRegistered
boolean
vatStartdate
string<date-time> | null
vatNr
string | null
statusCode
string | null
statusDescription
string | null
statusName
string | null
statusDateFrom
string<date-time>
town
string | null
specialInformations
object[] | null