Job Posting Data
...
Endpoints
Elasticsearch DSL

Postman Tutorial

1min
follow the tutorial to make an elasticsearch request using postman steps from two to nine cover the 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 the elasticsearch schema and example requests elasticsearch schema and usage tips https //docs coresignal com/api/jobs data api esdsl endpoint refer to the endpoint schema and usage tips request example all company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes elasticsearch endpoint curl x 'post' \\ 'https //api coresignal com/cdapi/v2/job base/search/es dsl'\\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "query" { "match" { "company name" { "query" "example company", "operator" "and" } } }, "sort" \[ "id" ] }' open postman click import paste the example request in the pop up window click authorization click the drop down menu to see the authorization options select api key enter the correct values key – enter apikey value – enter your unique api key click send collect job posting ids from body