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