Employee 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 prepare your curl request using the elasticsearch schema elasticsearch dsl docid\ yfre8nrflbrr2wcsgsln refer to the endpoint schema and usage tips request example elasticsearch endpoint curl x 'post' \\ 'https //api coresignal com/cdapi/v2/employee base/search/es dsl?version=1' \\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "query" { "match" { "full name" { "query" "john smith", "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