curl https://api.sendpilot.ai/api/v1/leads/lead_abc123 \ -H "X-API-Key: YOUR_API_KEY"
{ "id": "lead_abc123", "linkedinUrl": "https://www.linkedin.com/in/john-doe", "status": "CONNECTION_ACCEPTED", "firstName": "John", "lastName": "Doe", "title": "VP of Engineering", "company": "TechCorp", "campaignId": "camp_xyz789", "createdAt": "2024-02-20T10:00:00.000Z", "updatedAt": "2024-02-23T15:30:00.000Z" }
Retrieve a single lead by ID