- List account IPs - detailed view
Get the dedicated IP pool used for spillover for a domain
Set or modify the dediciated IP pool used for spillover for a domain
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
Get DIPP spillover settings for an account
Set or Modify the dedicated IP pool used for IP spillover
List account IPs
Get details about account IP
Get all domains of an account where a specific IP is assigned
Assign an IP to all account domains
Remove an IP from all account domains
Place account IP into a dedicated IP band
Return the number of IPs available to the account per its billing plan
Add a new dedicated IP to the account
Update subaccount IP assignments
List account IPs - detail...
List IPs belonging to the account and subaccounts. For IPs linked to subaccounts, there will be an additional record returned per subaccount The detailed IP view feature must be enabled for the account.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/ips/details/all
- EU Mailgunhttps://api.eu.mailgun.net/v3/ips/details/all
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/ips/details/all?limit=10&skip=0&pool_id=string&domain_id=string&subaccount_id=string&ip=string&sort_by=string&sort_order=ascending'Response
{ "items": [ { … }, { … }, { … } ], "total_count": 3 }