Employee Data
...
Endpoints
Search Filters
Postman Tutorial
1min
follow the tutorial to make a search 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 search filters and example requests search filters and usage https //docs coresignal com/api/employee api search filters endpoint refer to the endpoint filters and their usage search r equest examples https //docs coresignal com/api/employee api requests search edit and submit already prepared requests request example elasticsearch endpoint curl x 'post' \\ 'https //api coresignal com/cdapi/v2/member/search/filter' \\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "title" "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