Collect: Clean Company API
Last updated
Was this helpful?
Was this helpful?
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_clean/collect/{company_id}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_clean/collect/{company_id}?fields=id&fields=name' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_clean/collect/{profile_url/shorthand_name}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_clean/collect/{profile_url/shorthand_name}?fields=id&fields=name' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'