curl --request GET \
--url https://lens-api.tic.io/companies/{id}/ownership-graph \
--header 'x-api-key: <api-key>'{
"edges": [
{
"id": "<string>",
"start": "<string>",
"end": "<string>",
"label": "<string>",
"properties": {}
}
],
"nodes": [
{
"id": "<string>",
"label": "<string>",
"properties": {}
}
],
"isTruncated": true,
"maxNodesLimit": 123,
"truncatedAtStage": "<string>",
"networkRisk": {
"score": 123,
"totalCompanies": 123,
"highRiskCompanies": 123,
"highRiskCompaniesPercent": 123,
"totalPersons": 123,
"highlightedPersons": 123,
"highlightedPersonsPercent": 123,
"details": [
{
"type": "<string>",
"id": "<string>",
"name": "<string>",
"intelligenceScoreTotal": 123,
"highlight": true
}
]
},
"watchlists": [
{
"watchlistGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"watchlistName": "<string>"
}
]
}Returns an ORB graph of the company’s ownership network to the given depth. Nodes/edges are enriched with any watchlist memberships in the caller’s team.
curl --request GET \
--url https://lens-api.tic.io/companies/{id}/ownership-graph \
--header 'x-api-key: <api-key>'{
"edges": [
{
"id": "<string>",
"start": "<string>",
"end": "<string>",
"label": "<string>",
"properties": {}
}
],
"nodes": [
{
"id": "<string>",
"label": "<string>",
"properties": {}
}
],
"isTruncated": true,
"maxNodesLimit": 123,
"truncatedAtStage": "<string>",
"networkRisk": {
"score": 123,
"totalCompanies": 123,
"highRiskCompanies": 123,
"highRiskCompaniesPercent": 123,
"totalPersons": 123,
"highlightedPersons": 123,
"highlightedPersonsPercent": 123,
"details": [
{
"type": "<string>",
"id": "<string>",
"name": "<string>",
"intelligenceScoreTotal": 123,
"highlight": true
}
]
},
"watchlists": [
{
"watchlistGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"watchlistName": "<string>"
}
]
}Internal company ID
Maximum traversal depth. Default 10.