curl -X GET "https://prospect-api.smartlead.ai/api/v1/search-email-leads/reply-analytics?api_key=YOUR_API_KEY"
{
"success": true,
"message": "Data retrieved successfully",
"data": {
"currentMonth": { "replied": 150 },
"previousMonth": { "replied": 120 },
"percentage_change": "+25%",
"trend": "increase"
}
}
Retrieve reply analytics (replied count, trend) for the authenticated user - GET /reply-analytics
curl -X GET "https://prospect-api.smartlead.ai/api/v1/search-email-leads/reply-analytics?api_key=YOUR_API_KEY"
{
"success": true,
"message": "Data retrieved successfully",
"data": {
"currentMonth": { "replied": 150 },
"previousMonth": { "replied": 120 },
"percentage_change": "+25%",
"trend": "increase"
}
}
api_key).curl -X GET "https://prospect-api.smartlead.ai/api/v1/search-email-leads/reply-analytics?api_key=YOUR_API_KEY"
{
"success": true,
"message": "Data retrieved successfully",
"data": {
"currentMonth": { "replied": 150 },
"previousMonth": { "replied": 120 },
"percentage_change": "+25%",
"trend": "increase"
}
}