Get company details
Retrieves all available data for a given company.
URL
GET https://api.complycube.com/v1/lookup/companies/:id
Headers
Name | Type | Description |
---|---|---|
| string | The API |
Path parameters
Name | Type | Description |
---|---|---|
| string | The ID of the company. |
Example request
The Company object
Attribute | Type | Description |
---|---|---|
| string | The unique identifier for a company. |
| string | The registered name of the company. |
| string | The registration number of the company. |
| string | The incorporation country of the company. |
| string | The date the company was incorporated. The format is |
| string | The incorporation type of the company. |
| object | The structured address of the company. |
| boolean | Indicates if a company is active. |
| string | The source URL from which the data was obtained. |
| array[object] | The list of owners as structured objects. |
| array[object] | The list of officers as structured objects. |
| array[object] | The list of company filing as structured objects. |
| array[object] | The list of industry codes as structured objects. |
| string | The date and time when the company record was created at source. |
| string | The date and time when the company record was updated at source. |
Example response
Last updated