Employee Data
...
Base Employee API
Endpoints
Collect
6min
overview find instructions for collection endpoint usage and data collection use the base employee collection endpoints to collect employee data using employee ids or shorthand names collect docid\ jusggnw3smir r1wqz3v3 learn how to obtain company data using ids collect docid\ jusggnw3smir r1wqz3v3 learn how to obtain company data using shorthand names used key collect endpoints employee id /v2/employee base/collect/{employee id} shorthand name /v2/employee base/collect/{shorthand name} employee id retrieved using base employee api search endpoints employee shorthand name taken directly from profile url (e g , john doe from www professional network com/in/john doe ) additional information other tutorials/helpful information for you to check before using the base employee api collection endpoints elasticsearch dsl docid\ yfre8nrflbrr2wcsgsln data dictionary base employee api docid 9rmqssm16xnbsvs wjbqu sample base employee api docid 0cde3nsybzq1gvuntygez collection using 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 curl (postman) paste in the numeric profile 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 base/collect/{employee id}' \\ h 'accept application/json' \\ h 'apikey {api key}' copy the edited request import the request in postman by clicking the import button and pasting the request in click authorization select the api key enter the correct values \ key – enter apikey \ value – enter your unique api key send the request collect profile data from body collection using 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 curl (postman) paste in the selected employee shorthand name instead of {shorthand name} 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 base/collect/{shorthand name}" h "accept application/json" h "apikey {api key}" copy the edited request import the request in postman by clicking the import button and pasting the request in click authorization select api key enter the correct values \ key – enter apikey \ value – enter your unique api key send the request collect profile data from b ody