- Enroll domain
Remove domain from dynamic IP pools
List assignable domains
Enroll all account domains
List all Dynamic IP pools
Initialize/set IPs for all pools
Remove all dynamic IP pools
Add IP to Dynamic IP Pool
Update pool IPs
List all domains assigned to dynamic IP pools
Preview domain assignment
List domain history
Override domain assignment
Remove override
List account history
Enroll domain
Domains enrolled in the Dynamic IP pools feature will be assigned an IP pool based on reputation. The feature must be enabled and configured before enrolling domains.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/domains/{name}/dynamic_pools
- EU Mailgunhttps://api.eu.mailgun.net/v3/domains/{name}/dynamic_pools
curl -i -X POST \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/domains/{name}/dynamic_pools?replacement_ip=string'Response
{ "message": "success" }