- List all Dynamic IP pools
Enroll domain
Remove domain from dynamic IP pools
List assignable domains
Enroll all account domains
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
List all Dynamic IP pools
Returns the list of IPs belonging to each of the account's Dynamic IP Pools.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/dynamic_pools
- EU Mailgunhttps://api.eu.mailgun.net/v3/dynamic_pools
curl -i -X GET \
-u '<username>:<password>' \
https://api.mailgun.net/v3/dynamic_poolsResponse
{ "poor_reputation": [ "1.0.0.3" ], "new_senders": [ "1.0.0.4" ], "pools": [ { … }, { … }, { … } ], "good_reputation": [ "1.0.0.1", "1.0.0.2" ] }