Company Data
...
Endpoints
Elasticsearch DSL

Postman Tutorial

1min
this tutorial covers making a post request in clean company api using postman (curl requests) steps from two to nine cover authorization flow prepare your curl request using the elasticsearch schema and example requests elasticsearch dsl docid\ bmr0bifvigi57qahh3bnx refer to the endpoint schema and usage tips request example elasticsearch endpoint curl x 'post' \\ 'https //api coresignal com/cdapi/v2/company clean/search/es dsl' \\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "query" { "bool" { "must" \[ { "query string" { "query" "2023", "default field" "founded", "default operator" "and" } } ] } } }' open postman click on import paste the example request in the pop up window click on authorization click on the drop down menu to see the options select the api key enter the correct values key – enter apikey value – enter your unique api key click on send check the response body at the bottom of the app for company ids save the id(s) to use in the get request