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.
- Update Seed List
List Seed Lists
Generate a New Seed List
List Available Attributes for Seed Lists
Get List of Values for Seed List Attribute
Get List of Available Seed List Filters
Get Seed List
Delete a Seed List
List Results
List Available Attributes for Results
Get List of Values for a Result Attribute
List available filters for Results
Get Result Details
Delete Result
Get Result Sharing Status
Update Result Sharing Status
Get Result by a Share ID
Run Inbox Placement Test
List Email Providers
Update Seed List
Alerts (0.0.1)
Download OpenAPI description
Languages
Servers
US Mailgun
https://api.mailgun.net/
EU Mailgun
https://api.eu.mailgun.net/
- US Mailgun
https://api.mailgun.net/v4/inbox/seedlists/{address}
- EU Mailgun
https://api.eu.mailgun.net/v4/inbox/seedlists/{address}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://api.mailgun.net/v4/inbox/seedlists/{address}'Response
application/json
- US Mailgun
https://api.mailgun.net/v4/inbox/seedlists/{address}
- EU Mailgun
https://api.eu.mailgun.net/v4/inbox/seedlists/{address}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
-u <username>:<password> \
'https://api.mailgun.net/v4/inbox/seedlists/{address}?name=string&provider_filter=string®en=true&sending_domains=string'Response
application/json
{ "created_at": "0001-01-01 00:00:00 +0000 UTC", "updated_at": "0001-01-01 00:00:00 +0000 UTC", "last_result_at": "0001-01-01 00:00:00 +0000 UTC", "regen_at": "0001-01-01 00:00:00 +0000 UTC" }
- US Mailgun
https://api.mailgun.net/v4/inbox/seedlists/{address}
- EU Mailgun
https://api.eu.mailgun.net/v4/inbox/seedlists/{address}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
-u <username>:<password> \
'https://api.mailgun.net/v4/inbox/seedlists/{address}'