- Totals for account domains for a single time resolution
Totals for entire account
Totals for entire domain
Filtered/grouped totals for entire account
Aggregate counts by ESP
Aggregate counts by devices triggering events
Aggregate counts by country
Totals for account domain...
Gets stat totals for domains in an account for a single time resolution
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/stats/total/domains
- EU Mailgunhttps://api.eu.mailgun.net/v3/stats/total/domains
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/stats/total/domains?event=string&limit=string&resolution=string×tamp=string'Response
{ "description": "Optional Description", "start": "Tue, 14 Feb 2012 00:00:00 UTC", "end": "Fri, 01 Apr 2012 00:00:00 UTC", "resolution": "month", "stats": [ { … } ] }