Our spam trap monitoring service surfaces how much of your email is being sent to known spam traps.
Use this endpoint to understand how much of your mail being sent to known spam traps. This endpoint returns daily spam trap hit counts for a provided timerange, categorized by trap type.
A 200 response
required | Array of objects |
required | object |
A 400 response
{- "items": [
- {
- "date": "2022-01-01",
- "pristine": 34,
- "recycled": 258,
- "total": 470,
- "typo": 178
}, - {
- "date": "2022-01-02",
- "pristine": 32,
- "recycled": 75,
- "total": 257,
- "typo": 150
}
]
}