POST Requests: Base Employee API
Overview
Search filter requests
Endpoint usage example
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/data_requests/employee_base/filter' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"webhook_url": "{optional_webhook_url}",
"limit": {optional_integer},
"filters": {
"headline": "CSO",
"location": "United States",
"industry": "Information Technology"
}
}'Elasticsearch DSL requests
Endpoint usage example
IDs requests
Endpoint usage example
Shorthand names and URLs requests
Endpoint usage example
Following steps
Last updated
Was this helpful?