cURL
curl --request GET \ --url https://hireloam.com/api/v1/sourcing/shortlist/export \ --header 'Authorization: Bearer <token>'
{ "prospects": [ { "full_name": "<string>", "current_title": "<string>", "current_company": "<string>", "linkedin_url": "<string>", "location": "<string>", "years_experience": 123, "summary": "<string>", "pipeline_stage": "<string>" } ] }
Export all shortlisted prospects with key fields for external use.
API key from Settings > API Keys
Exported prospect data
Show child attributes
Was this page helpful?