Spam Traps Monitoring

Our spam trap monitoring service surfaces how much of your email is being sent to known spam traps.

Get Spam Trap Hits

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.

SecuritybasicAuth
Request
query Parameters
start
required
string

The start date in UTC (format YYYY-MM-DD) of the timeframe for which you wish to see data.

end
required
string

The end date in UTC (format YYYY-MM-DD) of the timeframe for which you wish to see data.

sortby
string

Acceptable values include date, totals, domain, subject, ip, and from. Defaults to date.

groupby
string

Use this field to group results. Acceptable values include domain, subject, ip, and from.

subject
string

Use this field to filter results by email subject.

domain
string

Use this field to filter results by domain(s).

ip
string

Use this field to filter results by ip(s).

from
string

Use this field to filter results by sender email address.

Responses
200

A 200 response

Response Schema: application/json
required
Array of objects
required
object
400

A 400 response

get/v1/spamtraps
Request samples
Response samples
application/json
{
  • "items": [
    • {
      },
    • {
      }
    ]
}