Bulk Collect: Base Jobs API
Overview
Endpoints
Request type
Endpoint
Limiting returned record count
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/data_requests/job_base/filter' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"webhook_url": "{optional_webhook_url}",
"limit": 5,
"filters": {
"created_at_gte": "2023-05-01 00:00:01",
"created_at_lte": "2023-05-07 00:00:01",
"company_professional_network_url": "https://www.professional-network.com/company/thermo-fisher-scientific"
}
}'Credits
Rate limits
Webhooks
Last updated
Was this helpful?