curl -X GET "https://api.foxreach.io/api/v1/analytics/overview" \
-H "X-API-Key: otr_your_key"
{
"data": {
"totalAccounts": 15,
"activeAccounts": 12,
"totalCampaigns": 8,
"activeCampaigns": 3,
"totalLeads": 4520,
"totalSent": 12340,
"totalReplies": 567,
"replyRate": 4.6,
"accountHealthAvg": 87
}
}
Retrieve workspace-wide analytics including accounts, campaigns, leads, and engagement metrics.
curl -X GET "https://api.foxreach.io/api/v1/analytics/overview" \
-H "X-API-Key: otr_your_key"
{
"data": {
"totalAccounts": 15,
"activeAccounts": 12,
"totalCampaigns": 8,
"activeCampaigns": 3,
"totalLeads": 4520,
"totalSent": 12340,
"totalReplies": 567,
"replyRate": 4.6,
"accountHealthAvg": 87
}
}
Show Overview stats
curl -X GET "https://api.foxreach.io/api/v1/analytics/overview" \
-H "X-API-Key: otr_your_key"
{
"data": {
"totalAccounts": 15,
"activeAccounts": 12,
"totalCampaigns": 8,
"activeCampaigns": 3,
"totalLeads": 4520,
"totalSent": 12340,
"totalReplies": 567,
"replyRate": 4.6,
"accountHealthAvg": 87
}
}