- Enroll all account domains
Enroll domain
Remove domain from dynamic IP pools
List assignable 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 all account domain...
Begins an asynchronous background job to assign all domains to Dynamic IP Pools. This can also include domains belonging to subaccounts depending on the provided parameters. The Dynamic IP Pools feature must be enabled for the account and the request must come from a parent account user.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/domains/all/dynamic_pools/enroll
- EU Mailgunhttps://api.eu.mailgun.net/v3/domains/all/dynamic_pools/enroll
curl -i -X POST \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/domains/all/dynamic_pools/enroll?include_subaccounts=false'Response
{ "message": "started" }