curl "https://server.smartlead.ai/api/v1/campaigns/all-leads-activities?api_key=YOUR_KEY&limit=100"
{
"total": 250,
"data": [
{
"lead_email": "john@company.com",
"campaign_id": 123,
"campaign_name": "Q1 Outreach",
"activity_type": "email_opened",
"event_time": "2025-01-20T14:30:00Z"
}
]
}
Retrieve lead activities across all campaigns for the authenticated user
curl "https://server.smartlead.ai/api/v1/campaigns/all-leads-activities?api_key=YOUR_KEY&limit=100"
{
"total": 250,
"data": [
{
"lead_email": "john@company.com",
"campaign_id": 123,
"campaign_name": "Q1 Outreach",
"activity_type": "email_opened",
"event_time": "2025-01-20T14:30:00Z"
}
]
}
curl "https://server.smartlead.ai/api/v1/campaigns/all-leads-activities?api_key=YOUR_KEY&limit=100"
{
"total": 250,
"data": [
{
"lead_email": "john@company.com",
"campaign_id": 123,
"campaign_name": "Q1 Outreach",
"activity_type": "email_opened",
"event_time": "2025-01-20T14:30:00Z"
}
]
}