curl --location -g --request GET 'https://api.hirempire.com/v1/applicant?applicant_id={applicant_id}' \
--header 'Authorization: Bearer YOUR_TOKEN_HERE'
{
"applicant": [
{
"id": "xyz789abc321",
"applied_at": "2025-02-17T09:15:00.000Z",
"name": "Sarah Smith",
"job_title": "Marketing Manager",
"company_name": "MarketGenius",
"first_name": "Sarah",
"email": "sarahsmith@example.com",
"phone_number": "+447987654321",
"linkedin_url": "https://www.linkedin.com/in/username",
"source": "Company Website",
"cv_url": "https://example.com/cv/sarahsmith.pdf",
"status": "Applied",
"score": 8
}
]
}