Employee Data
...
Elasticsearch DSL
Postman Tutorial
1 min
follow the tutorial to make an elasticsearch request using postman postman authorization using api key tutorial can be found in authorization docid\ tktw cgpqdgjronl09vnj topic request example elasticsearch endpoint curl x 'post' \\ 'https //api coresignal com/cdapi/v2/post employee/search/es dsl' \\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "query" { "match" { "author name" { "query" "john smith", "operator" "and" } } } }'