Skip to main content
GET
Get company ownership hierarchy (tree)
Max+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
integer<int32>
required

Internal company ID

Query Parameters

direction
string
default:down

Direction of traversal: "up" (owners/ancestors), "down" (subsidiaries/owned), or "both". Default "down".

maxDepth
integer<int32>
default:10

Maximum traversal depth. Default 10.

currentOnly
boolean
default:true

When true, only current (non-historical) ownership edges are included. Default true.

Response

Ownership tree rooted at the company

companyId
null | integer<int32>
placeholderId
null | string<uuid>
name
null | string
registrationNumber
null | string
countryCode
null | string
isPlaceholder
boolean
isSelected
boolean
ownershipPercentage
null | number<double>
numberOfShares
null | integer<int32>
sources
null | object[]
children
null | array
parents
null | array
beneficialOwners
null | object[]
depth
integer<int32>