Skip to content

List statistics, ordered by total bounces
deprecated

Request

Deprecated: use POST /v2/bounce-classification/metrics instead

Security
basicAuth
Query
groupstring

Group response by fields: subaccount.id, domain.name, entity-id, rule-id

limitinteger

Limits the number of items returned in a response

include_subaccountsboolean

Include subaccounts

Default:false
curl -i -X GET \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v1/bounce-classification/stats?group=string&limit=0&include_subaccounts=false'

Responses

A 200 response

Bodyapplication/json
itemsArray of anyrequired
_durationstringrequired
Response
{ "items": [ {} ], "_duration": "0s" }