POST Requests: Multi-source Company API
Overview
Elasticsearch DSL requests
Endpoint usage example
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/data_requests/company_multi_source/es_dsl' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"webhook_url": "{optional_webhook_url}",
"limit": {optional_integer},
"es_dsl_query": {
"query": {
"bool": {
"must": [
{
"query_string": {
"query": "(3D printing) OR (3D printing service) OR (Lead generation)",
"default_field": "description",
"default_operator": "and"
}
}
]
}
}
}'IDs requests
Endpoint usage example
Following steps
Last updated
Was this helpful?