Collect

Data type:

URLs:

Clean Employee

https://api.coresinal.com/cdapi/v2/employee_clean/collect​/{employee_id} https://api.coresinal.com/cdapi/v2/employee_clean/collect​/{profile_url/shorthand_name}


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 Clean Employee data using employee IDs, profile URLs or shorthand names.

Learn how to obtain Clean Employee data using IDs

Learn how to obtain Clean Employee data using profile URLs or shorthand names

Clean Employee API collection endpoints

Used key
Collect endpoints

Employee ID

/v2/employee_clean/collect​/{employee_id}

Shorthand name

/v2/employee_clean/collect/{profile_url/shorthand_name}

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.

cURL (Postman)

Use the provided request template below. Enter a valid employee_id value and your API Key.

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}'

Collection using profile URLs or 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)

Use the provided request template below. Enter a valid profile_url or shorthand_name value and your API Key.

cURL request example
curl -X GET "https://api.coresignal.com/cdapi/v2/employee_clean/collect​/{profile_url/shorthand_name}"
 -H  "accept: application/json" 
 -H  "apikey: {API Key}"

Last updated

Was this helpful?