Employee Data
🆕 Multi-source Employee API

Collect

6min
overview find instructions for collection endpoint usage and data collection use the multi source employee collection endpoints to collect employee data using employee ids or profile shorthand names collect docid\ wqi yzyojjnsdzx1z6g j learn how to obtain employee data using ids collect docid\ wqi yzyojjnsdzx1z6g j learn how to obtain employee data using shorthand names used key collect endpoints employee id /v2/employee multi source/collect/{employee id} shorthand name /v2/employee multi source/collect/{shorthand name} employee id retrieved using employee api search endpoints employee shorthand name taken directly from profile url (e g , john doe from www professional network com/john doe ) additional information other tutorials/helpful information for you to check before using the multi source employee api collection endpoints elasticsearch dsl docid\ qzmazc 0jhe 7mxzxgxlr postman tutorial docid\ s6k1ibwkpenwkhguiykre data dictionary multi source employee api docid\ hlhfj7rhi6exxwv1bpl95 sample multi source employee api docid\ sro7ckk5xrrixe3c0bza9 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) collection using shorthand names 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 multi source/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 from the selection menu enter the correct values \ key – enter apikey \ value – enter your unique api key send the request collect employee 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 company 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/cdapiv2/employee multi source/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 employee data from b ody