- Get all domains of an account where a specific IP is assigned
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
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
List account IPs - detailed view
Update subaccount IP assignments
Get all domains of an acc...
The IP must belong to the account.
Matching domains are ordered by increasing id, then the limit and skip parameters are applied.
If the search parameter is present, it is used to limit the results to domains whose names match the search query. The search query is split into words by whitespace and punctuation, then the logical OR is applied.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/ips/{ip}/domains
- EU Mailgunhttps://api.eu.mailgun.net/v3/ips/{ip}/domains
curl -i -X GET \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/ips/{ip}/domains?limit=0&search=string&skip=0'Response
{ "items": [ { … }, { … } ], "total_count": 2 }