Company Data
...
Multi-source Company API
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 token from coresignal's self service platform prepare your curl request using the elasticsearch schema elasticsearch schema and usage tips https //docs coresignal com/api/multi source api esdsl endpoint refer to the endpoint schema and usage tips request example elasticsearch endpoint curl x 'post' \\ 'https //api coresignal com/cdapi/v2/company multi source/search/es dsl' \\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "query" { "bool" { "should" \[ { "query string" { "query" "it", "default field" "company name", "default operator" "and" } } ] } } }' open postman click import paste the example request in the pop up window click authorization click 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 company ids from body