Endpoint · Organisations
Get an organisation's ownership
Who owns the organisation, people and organisations both, and what it owns.
GET
/v1/organisations/{organisationReference}/ownershipAuthentication
Bearer token in the Authorization header. The token reaches what your plan covers. Getting a token.
Parameters
path parameters
organisationReferenceuuid·pathrequired- The organisation's reference.
Response
success holds the object below.
organisationobject{ reference, name }profile_ownersarray{ reference, name, ownership_label, title_or_status, is_control_person }.org_ownersarrayParents:{ reference, name, ownership_label, is_controlling_interest, relationship_type }.subsidiariesarrayOrganisations it owns, same shape asorg_owners.
relationship_type is one of parent, minority_owner, joint_venture_partner, associate, subsidiary or affiliate.
Examples
Set CHIKARA_API_TOKEN and each sample runs as written. Example records are invented.
curl -sS "https://api.chikaraintel.com/v1/organisations/1a2b3c4d-5e6f-4a7b-8c9d-0e1f2a3b4c31/ownership" \
-H "Authorization: Bearer $CHIKARA_API_TOKEN" \
-H "Accept: application/json"See pagination and errors.
Used by
MCP tools built on this endpoint.