Get company network (shared-officer graph)
get_company_networkDiscover a company's network by finding other companies that share its current officers or shareholders. Use returned IČO identifiers to traverse connected entities in the registry.
Instructions
Company-to-company network via shared people (statutory officers / shareholders). Returns the company's current officers and, for each, the OTHER companies where that same person also holds a role — every connected company carries its IČO so the graph is walkable. This is the primary network-walk primitive: feed a returned IČO back into get_company_network to traverse another hop. Empty result means the company has no current shared-officer edges (e.g. officer data not yet ingested for that entity) — it does NOT mean the company is isolated; try get_company_relations for UBO / M&A edges. Bearer-auth + FO-gated at the API: keys without an FO addendum are refused for natural-person sole traders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ico | Yes | 6-8 digit IČO (Slovak/Czech/Estonian registry number). Leading zeros optional. | |
| purpose | No | Declared due-diligence purpose. Only needed for `full`-tier keys when the subject is a natural person (sole trader) — the API's FO gate refuses such subjects unless a recognised purpose is attested. Ignored for legal entities. Marketing/prospection is not a valid value here. |