Postman Tutorial

Request example:

Elasticsearch endpoint
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/employee_base/search/filter' \
  -H 'accept: application/json' \
  -H 'apikey: {API Key}' \
  -H 'Content-Type: application/json' \
  -d '{
  "headline": "CSO",
  "location": "United States",
  "industry": "Information Technology"
}'

Last updated

Was this helpful?