Skip to main content
GET
/
sourcing
/
shortlist
/
export
Export shortlist
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key from Settings > API Keys

Response

Exported prospect data

prospects
object[]