curl "https://server.smartlead.ai/api/v1/leads/?api_key=YOUR_KEY&email=john@example.com"
{ "id": 2995276770, "first_name": "John", "last_name": "Doe", "email": "john@example.com", "phone_number": "+1234567890", "company_name": "Acme Corp", "website": "https://acme.com", "location": "San Francisco, CA", "linkedin_profile": "https://linkedin.com/in/johndoe", "company_url": "https://acme.com", "custom_fields": { "job_title": "CEO", "industry": "Technology" }, "is_unsubscribed": false, "unsubscribed_client_id_map": null, "created_at": "2025-11-25T12:54:54.000Z", "lead_campaign_data": [ { "campaign_lead_map_id": 2433664091, "campaign_id": 123, "campaign_name": "Q4 Outreach", "client_id": 456, "client_email": "user@company.com", "lead_category_id": 789 } ] }
Search for a lead by email address and retrieve all associated campaign data
Show Campaign data properties