Employee Data
...
Employee API
Endpoints

Collect

6min
employee api will be deprecated on august 6th until then, you must transfer to a base employee api docid\ gobtmn jebqrtgr8akb1w read all about the benefits and changes base employee api docid\ zhyxkcw5ssxx1p94ejuwl webhooks will stop working on may 9th overview all personal information mentioned within this context is entirely fictional and is solely intended for illustrative purposes find instructions for collection endpoint usage and data collection use the collection endpoints to collect employee data using ids or shorthand names data collection using ids https //docs coresignal com/api/employee api collect endpoints#ooqvi learn how to obtain employee data using ids data collection using shorthand names https //docs coresignal com/api/employee api collect endpoints#ah 3r learn how to obtain employee data using shorthand names key collect endpoint employee id /v2/member/collect/{member id} shorthand name /v2/member/collect/{shorthand name} employee id retrieved using search endpoints employee shorthand name taken directly from profile url (e g , john doe from www professional network com/john doe ) examples in this article are prepared using postman however, you can use the most convenient tool terminal, postman, or any api compatible application collection using ids 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/member/collect/{member 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 api key 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 paste in the selected 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/member/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 select the api key enter the correct values \ key – enter apikey \ value – enter your unique api key send the request collect employee data from body