Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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
api_key