Collect: Base Employee API
Last updated
Was this helpful?
Was this helpful?
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/employee_base/collect/{employee_id}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/employee_base/collect/{employee_id}?fields=region&fields=industry' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'curl -X GET "https://api.coresignal.com/cdapi/v2/employee_base/collect/{profile_url/shorthand_name}"
-H "accept: application/json"
-H "apikey: {API Key}"curl -X GET "https://api.coresignal.com/cdapi/v2/employee_base/collect/{profile_url/shorthand_name}?fields=region&fields=industry"
-H "accept: application/json"
-H "apikey: {API Key}"