Employee Data
...
Endpoints
Search Filters
Postman Tutorial
1min
follow the tutorial to make a search request using postman steps from two to nine cover the authorization flow prepare your curl request using the employee search filters and example requests search filters docid\ tyh6bkmm2b7p5 y2r29xh refer to the endpoint filters and their usage request example elasticsearch endpoint curl x 'post' \\ 'https //api coresignal com/cdapi/v2/employee base/search/filter' \\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "headline" "cso", "location" "united states", "industry" "information technology" }' 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