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 and example requests elasticsearch schema and usage tips https //docs coresignal com/api/employee api esdsl endpoint refer to the endpoint schema and usage tips elasticsearch r equest examples https //docs coresignal com/api/employee api requests esdsl edit and submit already prepared requests request example elasticsearch endpoint curl x 'post' \\ 'https //api coresignal com/cdapi/v2/member/search/es dsl?version=1' \\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "query" { "match" { "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 profile ids from body