Returns the ownership structure for a company identified by slug. Shows parent companies (who owns this company) and subsidiaries (what this company owns).
GET
/
v2
/
mining
/
companies
/
ownership
/
{slug}
Company Ownership
Copy
curl --request GET \ --url https://api.sectors.app/v2/mining/companies/ownership/{slug}/ \ --header 'Authorization: <authorization>'