e.g. /v1/bounce-classification/stats?group=domain.name&group=entity-id&group=rule-id&group=subaccount.id&duration=7d&limit=10
{- "items": [
- {
- "bounced": {
- "total": 4
}, - "domain": {
- "name": "example.com"
}, - "entity-id": "spamhaus",
- "rule-id": "55ff",
- "short-explanation": "You're listed on Spamhaus!",
- "subaccount": {
- "id": "subaccount_id"
}
}
]
}
{- "items": [
- {
- "bounced": {
- "total": 1
}, - "entity-id": "gmail",
- "entity-name": "Gmail"
}, - {
- "bounced": {
- "total": 3
}, - "entity-id": "hotmail",
- "entity-name": "Microsoft (Hotmail)"
}
]
}
{- "items": [
- {
- "bounced": {
- "total": 3
}, - "category": "ESPBLOCK",
- "explanation": "Access denied",
- "rule-id": "55ff",
- "sample-text": "5.4.1 recipient address rejected: access denied.",
- "severity": "PERMANENT"
}
]
}
{- "items": [
- {
- "@timestamp": "2006-01-02T15:04:05Z07:00",
- "delivery-status": {
- "message": "5.4.1 recipient address rejected: access denied."
}, - "envelope": {
- "sending-ip": "1.2.3.4"
}, - "i-classification": {
- "reason": "ESPBLOCK"
}
}
], - "paging": {
}, - "_from": "0001-01-01 00:00:00 +0000 UTC"
}