Company Data
...
Endpoints
Elasticsearch DSL
Postman Tutorial
1min
follow the tutorial to make an elasticsearch request using postman steps from two to nine cover authorization flow to start using our api, you need an api key you can get the api key from coresignal's self service platform prepare your curl request using the elasticsearch schema and example requests elasticsearch schema and usage tips https //docs coresignal com/api/company api esdsl endpoint refer to the endpoint schema and usage tips elasticsearch r equest examples https //docs coresignal com/api/company api requests esdsl edit and submit already prepared requests request example elasticsearch endpoint curl x 'post' \\ 'https //api coresignal com/cdapi/v2/company base/search/es dsl' \\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "query" { "bool" { "must" \[ { "query string" { "query" "2023", "default field" "founded", "default operator" "and" } } ] } } }' open postman click import paste the example request in the pop up window click authorization click on the drop down menu to see the options select api key enter the correct values key – enter apikey value – enter your unique api key click send collect profile ids from body