- List dedicated IP pools of the account
Remove an IP from the domain pool, unlink a DIPP or remove the domain pool
Remove an IP from the domain pool, unlink a DIPP or remove the domain pool
Add a new DIPP to the account
Get DIPP details
Delete the DIPP
Edit DIPP
Get domains linked to DIPP
Add an IP to a DIPP
Remove an IP from a DIPP
Add multiple IPs to the DIPP
Delegate DIPP to Subaccount
Revoke DIPP from Subaccount
List dedicated IP pools o...
Lists all dedicated IP pools of the account. For each pool returns its basic properties (name, description, the list of IPs) and indicates whether the pool is linked to any domains and whether it's an inherited one.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/ip_pools
- EU Mailgunhttps://api.eu.mailgun.net/v3/ip_pools
curl -i -X GET \
-u '<username>:<password>' \
https://api.mailgun.net/v3/ip_poolsResponse
{ "ip_pools": [ { … } ], "message": "success" }