Get an overview of your Clustr network
curl "https://api.clustr-ai.com/api/public/network/stats" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "connectors": 25, "total_opportunities": 1250, "target_accounts": 10, "opportunities_by_confidence": { "high": 320, "medium": 580, "low": 350 }, "top_companies": [ { "name": "Acme Corp", "opportunities_count": 45 }, { "name": "Globex Inc", "opportunities_count": 38 } ], "recent_imports": { "last_7_days": 3, "last_30_days": 12 } } }
high
medium
low
name
opportunities_count
last_7_days
last_30_days