Company 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 api key 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/company api search filters endpoint refer to the endpoint filters and their usage search r equest examples https //docs coresignal com/api/company api requests search edit and submit already prepared requests request example search request example curl x 'post' \\ 'https //api coresignal com/cdapi/v2/company base/search/filter' \\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "industry" "information technology", "created at gte" "2018 01 01 00 00 01", "last updated gte" "2022 05 26 00 00 01" }' open postman click import paste the example request in the pop up window click authorization click on 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