- Update pool IPs
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
List all domains assigned to dynamic IP pools
Preview domain assignment
List domain history
Override domain assignment
Remove override
List account history
Update pool IPs
Adds and/or removes IPs to/from the specified dynamic IP pool. A given pool is required to have at least 1 IP that is not actively warming. Additionally, a single IP cannot be assigned to multiple dynamic pools.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/dynamic_pools/{pool_name}
- EU Mailgunhttps://api.eu.mailgun.net/v3/dynamic_pools/{pool_name}
curl -i -X PATCH \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/dynamic_pools/{pool_name}' \
-H 'Content-Type: multipart/form-data' \
-F add_ip=string \
-F remove_ip=string