POST
/
v2
/
company

Authorizations

x-api-key
string
headerrequired

Body

application/json
id
string
required

The company id. In some countries, this might be a concatenation of the registry and city (e.g., in Germany: "Augsburg HRB 34617"). The search function will always return a usable company number. Check the documentation to see which number format is used for each country.

country
enum<string>
required

Country code, which can be an ISO country code, or for the United States, a combination of "US" and the state code (e.g., "US-CA" for California).

Available options:
AE,
AT,
AU,
BE,
BL,
BR,
CH,
CN,
CY,
DE,
DK,
EE,
ES,
FI,
FR,
GF,
GG,
GI,
GP,
GR,
IN,
IT,
JE,
JP,
LT,
LU,
LV,
MK,
MQ,
MT,
MY,
NC,
NL,
NO,
NZ,
PF,
PM,
PT,
RE,
SE,
SG,
SI,
TW,
GB,
US,
US-AK,
US-AL,
US-AZ,
US-CA,
US-CO,
US-CT,
US-DC,
US-DE,
US-FL,
US-IA,
US-ID,
US-IL,
US-IN,
US-KY,
US-LA,
US-MD,
US-ME,
US-MN,
US-MO,
US-MS,
US-MT,
US-NC,
US-ND,
US-NH,
US-NJ,
US-NM,
US-NV,
US-NY,
US-OH,
US-OK,
US-PA,
US-RI,
US-SC,
US-SD,
US-TN,
US-TX,
US-VA,
US-WA,
US-WI,
US-WV,
US-WY,
WF,
YT
dataPoints
enum<string>[]

The data points to retrieve. Available data points are companyProfile, ultimateBeneficialOwners or availableDocuments.

Available options:
companyProfile,
ultimateBeneficialOwners,
availableDocuments
documents
string[]

The document ids to retrieve. These can be either random ids obtained from the available_documents return, or in some cases, stable quick access ids like "uncertified_trade_register_extract" or "last_available_financial_statement". Stable ids enable quick access to specific documents without querying available_documents first. Refer to our country coverage documentation to check which quick access ids are available for each country.

Response

200 - application/json
request
object
required

The request

company
object
required

The main profile information of the company, including, if available, details such as name, registration number, address, and other core data.

ultimateBeneficialOwners
object[]

The persons of significant control of the company, including, if available, their name, nationality, and other relevant details.

legalRepresentatives
object[]

The legal representatives of the company, which can be either individuals or companies.

shareholders
object[]

The shareholders of the company, which can be either individuals or companies.

availableDocuments
object[]
documents
object[]