Collect: Base Company API
Overview
Key
Collect endpoint
Function
Collection using IDs
cURL (Postman)
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_base/collect/{company_id}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/company_base/collect/{company_id}?fields=id&fields=name&fields=created' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'Collection using profile URLs or shorthand names
cURL (Postman)
Last updated
Was this helpful?