e.g. /v1/bounce-classification/stats?group=domain.name&group=entity-id&group=rule-id&group=subaccount.id&limit=10
A 200 response
required | Array of Bounce_Classification_github.com-mailgun-bounce-classification-entities-Stat (object) or null |
required | object |
{- "items": [
- {
- "subaccount": {
- "id": "subaccount_id"
}, - "domain": {
- "name": "example.com"
}, - "rule-id": "55ff",
- "entity-id": "spamhaus",
- "short-explanation": "You're listed on Spamhaus!",
- "bounced": {
- "total": 4
}
}
], - "_duration": "0s"
}
{- "items": [
- {
- "entity-id": "gmail",
- "entity-name": "Gmail",
- "bounced": {
- "total": 1
}
}, - {
- "entity-id": "hotmail",
- "entity-name": "Microsoft (Hotmail)",
- "bounced": {
- "total": 3
}
}
]
}
{- "items": [
- {
- "rule-id": "55ff",
- "category": "ESPBLOCK",
- "severity": "PERMANENT",
- "sample-text": "5.4.1 recipient address rejected: access denied.",
- "explanation": "Access denied",
- "bounced": {
- "total": 3
}
}
]
}
Deprecated: use POST /v1/analytics/logs - https://documentation.mailgun.com/docs/mailgun/api-reference/openapi-final/tag/Logs/
A 403 response
A 410 response
{- "message": "string"
}