Skip to content

Send Alerts

Mailgun allows you to get instant notifications on the sending metrics that matter most, configured specifically for your unique business needs and assets. Route these alerts to the channels your team relies on. Stay on top of sending performance without the need to manually monitor.

List send alerts

Request

Security
basicAuth
curl -i -X GET \
  -u '<username>:<password>' \
  https://api.mailgun.net/v1/thresholds/alerts/send

Responses

A 200 response

Bodyapplication/json
itemsArray of objects(github.com-mailgun-thresholds-api-SendAlertItem)required

List of send alerts.

totalinteger, (int64)required

Total number of send alerts.

Response
{ "items": [ {}, {} ], "total": 2 }