Skip to main content
GET
Get Company Request Result

Authorizations

x-api-key
string
header
required

Path Parameters

requestId
string
required

The request ID returned by the initial POST /v2/company call

Example:

"253299d1-e8d0-4268-945b-f175f98bc114"

Query Parameters

transliterate
boolean

If true, transliterates non-Latin strings in the response to Latin script.

Response

Company request result

request
object
required

The request

company
object

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.

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.

subsidiaries
object[]

Companies in which the queried company holds equity (downstream participations). Includes any equity stake regardless of size — the relationship classification (controlled, associated, minority investment) is derived from sharePercentage by the consumer.

establishments
object[]

The establishments of the company, including physical locations where business activities are conducted.

otherKeyPersons
object[]

Other key persons associated with the company who do not have legal signing authority, such as board members, auditors, and compliance officers.

graph
object

Ownership graph: the entities (nodes) and ownership relationships (edges) discovered while traversing the company structure, plus a human-readable description, a mermaidDiagram rendering, and traversal metadata. Individual nodes carry UBO flags (flags.isUbo, flags.uboCalculationMethod) and totalOwnershipPercentage.

documents
object
companyRelationships
object[]
dataSources
object

Per-field data source provenance for each entity. Keys are field names, values describe the origin of the data.

enrichmentReport
string

Human-readable summary of enrichment results when agenticEnrichment was requested.