Search company
Last updated
Last updated
Searches for a company by name and incorporation country and returns a list of matching companies and summary details.
To retrieve all available data for a given company, use the get company details endpoint.
POST https://api.complycube.com/v1/lookup/companies
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Attribute | Type | Description |
---|---|---|
Authorization
*
string
The API live
or test
key.
Content-Type
*
string
The content-type must always be set to application/json
.
companyName
*
string
The incorporation name of the company.
incorporationCountry
*
string
The company's incorporation country. This will be the two-letter country ISO code.
id
string
The unique identifier for a company.
name
string
The registered name of the company.
registrationNumber
string
The registration number of the company.
incorporationCountry
string
The incorporation country of the company.
incorporationDate
string
The date the company was incorporated. The format is YYYY-MM-DD
.
incorporationType
string
The incorporation type of the company.
address
object
The structured address of the company.
active
boolean
Indicates if a company is active.
sourceUrl
string
The source URL from which the data was obtained.
createdAt
string
The date and time when the company record was created at source.
updatedAt
string
The date and time when the company record was updated at source.