POST Requests: Base Company API
Overview
Search filter POST requests
Endpoint usage example
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/data_requests/company_base/filter' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"data_format": "json",
"webhook_url": "{optional_webhook_url}",
"limit": {optional_integer}
"filters": {
"industry": "Information technology",
"created_at_gte": "2018-01-01 00:00:01",
"last_updated_gte": "2022-05-26 00:00:01"
}
}'Elasticsearch DSL requests
Endpoint usage example
ID File requests
Endpoint usage example
Following steps
Last updated
Was this helpful?