curl -X GET "https://api.mailgreet.com/api/v1/external/subscribers/stats" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "total": 1500, "active": 1350, "unsubscribed": 100, "bounced": 50, "limit": 5000, "usage_percentage": 30 } }
Get aggregate statistics about your subscribers
Bearer YOUR_API_KEY
Show Statistics