curl "https://server.smartlead.ai/api/v1/campaigns/123/leads/789?api_key=YOUR_KEY"
{
"id": 789,
"email": "john@company.com",
"first_name": "John",
"last_name": "Doe",
"company_name": "ACME Corp",
"status": "INPROGRESS",
"category_id": 1,
"category_name": "Interested",
"email_stats": {
"is_opened": true,
"is_clicked": true,
"is_replied": true
},
"custom_fields": {
"job_title": "CEO"
}
}
Retrieve detailed information about a specific lead in a campaign
curl "https://server.smartlead.ai/api/v1/campaigns/123/leads/789?api_key=YOUR_KEY"
{
"id": 789,
"email": "john@company.com",
"first_name": "John",
"last_name": "Doe",
"company_name": "ACME Corp",
"status": "INPROGRESS",
"category_id": 1,
"category_name": "Interested",
"email_stats": {
"is_opened": true,
"is_clicked": true,
"is_replied": true
},
"custom_fields": {
"job_title": "CEO"
}
}
curl "https://server.smartlead.ai/api/v1/campaigns/123/leads/789?api_key=YOUR_KEY"
{
"id": 789,
"email": "john@company.com",
"first_name": "John",
"last_name": "Doe",
"company_name": "ACME Corp",
"status": "INPROGRESS",
"category_id": 1,
"category_name": "Interested",
"email_stats": {
"is_opened": true,
"is_clicked": true,
"is_replied": true
},
"custom_fields": {
"job_title": "CEO"
}
}