- Set or Modify the dedicated IP pool used for IP spillover
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
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
List account IPs - detailed view
Update subaccount IP assignments
Set or Modify the dedicat...
This endpoint allows you to set or update the DIPP spillover settings for an account . You can specify the ID of the IP pool that spillover IPs are assigned to. The IP pool must contain at least one fully warmed IP address to be valid. To disable DIPP spillover, set the pool_id to an empty string ("").
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/ips/account/settings
- EU Mailgunhttps://api.eu.mailgun.net/v3/ips/account/settings
curl -i -X PATCH \
-u '<username>:<password>' \
https://api.mailgun.net/v3/ips/account/settings \
-H 'Content-Type: application/json' \
-d '{
"extra_dedicated_ips": {
"pool_id": "6a219e7515415d72b6e47360"
}
}'Response
{ "message": "success" }