POST
/
v1
/
company

Authorizations

x-api-key
string
headerrequired

Body

application/json
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,
UK,
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
companyNumber
string
required

The company number. 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.

dataPoints
enum<string>[]
required

The data points to retrieve. Available data points are: company_profile, legal_representatives, ultimate_beneficial_owners, available_documents.

Available options:
company_profile,
legal_representatives,
ultimate_beneficial_owners,
available_documents
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
company
object
required

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

ultimate_beneficial_owners
object[]

The ultimate beneficial owners of the company, including, if available, their name, nationality, and other relevant details.

legal_representatives
object[]

The legal representatives of the company, which can be either natural persons (individuals) or legal entities (companies). This includes, if available, their name, nationality, and other relevant details.

available_documents
object[]
documents
object[]
data_status
object

Indicates the status of data points and documents associated with the company. It states if the data has been retrieved, if a job is in progress for asynchronous data, or if a job there was an error.