POST Requests: Clean Company API
Overview
Elasticsearch DSL requests
Endpoint usage example
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/data_requests/company_clean/es_dsl' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"limit": {optional_integer},
"webhook_url": "{optional_webhook_url}",
"es_dsl_query": '{
"query":{
"bool":{
"must":[
{
"query_string":{
"query":"2023",
"default_field":"founded",
"default_operator":"and"
}
}
]
}
}
}'IDs requests
Endpoint usage example
Shorthand names and URLs requests
Endpoint usage example
Following steps
Last updated
Was this helpful?