Match to HG companies by company name, country code and/or domain URL.
Limited to maximum of 10 companies and sorted by relevance and revenue.
Security
authorization
GET
curl -i -X GET \
'https://api.hginsights.com/data-api/v1/company/match?company_name=Ford%20Motor%20Company&country_code=United%20States&domain_name=ford.com&limit=10' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 1, "data": [ { … } ] }