Skip to content

Aggregate counts by country
deprecated

Request

Gets aggregate counts by country (USA, RUS, etc…)

Security
basicAuth
Path
domainstringrequired

The domain name

curl -i -X GET \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v3/{domain}/aggregates/countries'

Responses

A 200 response

Bodyapplication/json
countriesobject
Response
{ "countries": { "ru": {}, "us": {} } }