Collect: Employee Posts API
Overview
Key
Collect endpoint
Function
Collection using posts IDs
cURL (Postman)
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/employee_post/collect/{post_id}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/employee_post/collect/{post_id}?fields=author_name&fields=date_published' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'Last updated
Was this helpful?