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" }