curl "https://server.smartlead.ai/api/v1/analytics/client/month-wise-count?api_key=YOUR_KEY"
{
"ok": true,
"data": {
"monthly_stats": [
{
"month": "2024-01",
"count": 5
},
{
"month": "2024-02",
"count": 7
}
]
}
}
Get monthly breakdown of active clients showing growth trends
curl "https://server.smartlead.ai/api/v1/analytics/client/month-wise-count?api_key=YOUR_KEY"
{
"ok": true,
"data": {
"monthly_stats": [
{
"month": "2024-01",
"count": 5
},
{
"month": "2024-02",
"count": 7
}
]
}
}
curl "https://server.smartlead.ai/api/v1/analytics/client/month-wise-count?api_key=YOUR_KEY"
{
"ok": true,
"data": {
"monthly_stats": [
{
"month": "2024-01",
"count": 5
},
{
"month": "2024-02",
"count": 7
}
]
}
}