Skip to content

Alerts (0.0.1)

Our alerting solution is centered around two concepts: events and channels. The occurrence of an event can be configured to trigger an alert. A channel describes the delivery method for an alert. Every configured alert consists of an event type / channel pair. This level of granularity allows alerting to be configured to your exact preference.

Download OpenAPI description
Languages
Servers
US Mailgun

https://api.mailgun.net/

EU Mailgun

https://api.eu.mailgun.net/

Domains

Operations

DMARC Reports

DMARC reporting provides valuable insights into your infrastructure, helping you identify potential issues like senders, misconfigured email servers, or phishing attempts.

Operations

Inbox Placement

Inbox Placement testing allows you to see the likely deliverability of your email campaigns.

Operations

Bounce Classification

Operations

Spam Traps Monitoring

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

Operations

Email Health Score

Operations

IP Blocklist Monitoring

Operations

Domain Blocklist Monitoring

Blocklist Monitoring enables you to keep an eye on your reputation. Monitor your domains against our curated list of blocklist providers to make sure you aren't being blocked.

Operations

Google Postmaster Tools

This API provides access to Google Postmaster data.

Operations

Get GPT Domains

Request

Returns a list of all domains for an account

Security
basicAuth
curl -i -X GET \
  -u <username>:<password> \
  https://api.mailgun.net/v1/reputationanalytics/gpt/domains_list

Responses

A 200 response

Bodyapplication/json
dataArray of objects(reputationanalytics_github.com-mailgun-reputationanalytics-models-domain-FullDomainListEntry)required
data[].​namestringrequired
data[].​datestringrequired
totalinteger(int32)required
Response
application/json
{ "data": [ {} ], "total": 1 }

Get GPT FBL

Request

Returns the FBL for the account or domain

Security
basicAuth
Query
offsetintegerrequired

The record number to begin pagination with.

limitintegerrequired

The number of records to return.

timeRangeStartintegerrequired

Unix timestamp starting time filter.

timeRangeEndintegerrequired

Unix timestamp ending time filter.

curl -i -X GET \
  -u <username>:<password> \
  'https://api.mailgun.net/v1/reputationanalytics/gpt/domainsfbl?offset=0&limit=0&timeRangeStart=0&timeRangeEnd=0'

Responses

A 200 response

Bodyapplication/json
dataArray of objects(reputationanalytics_github.com-mailgun-reputationanalytics-models-domain-FeedbackLoopAggr)required
data[].​namestringrequired
data[].​idstringrequired
data[].​rationumber(float)required
data[].​datestring or null(date-time)required
totalinteger(int32)required
Response
application/json
{ "data": [ {} ], "total": 1 }

Get GPT FBL

Request

Returns the FBL for the account or domain

Security
basicAuth
Path
domainstringrequired
Query
offsetintegerrequired

The record number to begin pagination with.

limitintegerrequired

The number of records to return.

timeRangeStartintegerrequired

Unix timestamp starting time filter.

timeRangeEndintegerrequired

Unix timestamp ending time filter.

curl -i -X GET \
  -u <username>:<password> \
  'https://api.mailgun.net/v1/reputationanalytics/gpt/domainsfbl/{domain}?offset=0&limit=0&timeRangeStart=0&timeRangeEnd=0'

Responses

A 200 response

Bodyapplication/json
dataArray of objects(reputationanalytics_github.com-mailgun-reputationanalytics-models-domain-FeedbackLoopAggr)required
data[].​namestringrequired
data[].​idstringrequired
data[].​rationumber(float)required
data[].​datestring or null(date-time)required
totalinteger(int32)required
Response
application/json
{ "data": [ {} ] }

Microsoft SNDS

This API provides access to Microsoft SNDS data.

Operations

Alerts

Operations