Employee Data
...
Clean Employee API
Endpoints

Collect

5min
overview explore the potential application and helpful tips for the endpoint /v2/employee clean/collect usage use the clean employee api collection endpoints to collect the data using employee ids or shorthand names url for collection endpoints https //api coresinal com/cdapi /v2/employee clean/collect ​/{employee id } https //api coresinal com/cdapi /v2/employee clean/collect ​/{shorthand name} collect docid 27dpreohqxeyspt4czjla learn how to obtain clean employee data using ids collect docid 27dpreohqxeyspt4czjla learn how to obtain clean employee data using shorthand names clean employee api collection endpoints /v2/employee clean/collect ​/{employee id} collect clean employee data using employee ids /v2/employee clean/collect ​/{shorthand name} collect clean employee data using shorthand names taken from profile urls collection using employee ids examples in this article are prepared using postman however, you can use the most convenient tool for you terminal, postman, or any api compatible application postman (curl) paste in the numeric employee id instead of {employee id} and your api key instead of {api key} in the request template curl request example curl x 'get' \\ 'https //api coresignal com/cdapi/v2/employee clean/collect​/{employee id}' \\ h 'accept application/json' \\ h 'apikey {api key}' copy the edited request import the request in postman by clicking on the import button and pasting the request in go to authorization and select api key from the selection menu by the type to authenticate enter the correct values \ key – enter apikey \ value – enter your unique api key send the request collect clean employee data from the response body collection using employee shorthand names examples in this article are prepared using postman however, you can use the most convenient tool for you terminal, postman, or any api compatible application postman (curl) paste in the selected profile shorthand name instead of {shorthand name} in the request template the shorthand name can be found as the last part of the professional network profile url e g , www professional network com/ john doe paste in your api key instead of {api key} in the request template curl request example curl x get "https //api coresignal com/cdapi/v2/employee clean/collect​/{shorthand name}" h "accept application/json" h "apikey {api key}" copy the edited request import the request in postman by clicking on the import button and pasting the request in go to authorization and select api key to authenticate enter the correct values \ key – enter apikey \ value – enter your unique api key send the request collect clean employee data from the response body