- Add multiple IPs to the DIPP
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
List dedicated IP pools of the account
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
Delegate DIPP to Subaccount
Revoke DIPP from Subaccount
Add multiple IPs to the D...
The account must have 'DIPPs' feature enabled.
It is not allowed to modify a DIPP inherited from the parent account.
All IPs must be dedicated ones, belong to the account and not belong to any other DIPP.
All domains linked to the DIPP will be updated so that their IPs include the newly added addresses. If the DIPP is delegated to subaccounts, those will also be updated.
The processing of affected domains and subaccounts happens asynchronously after the endpoint returns a response.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/ip_pools/{pool_id}/ips.json
- EU Mailgunhttps://api.eu.mailgun.net/v3/ip_pools/{pool_id}/ips.json
curl -i -X POST \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/ip_pools/{pool_id}/ips.json' \
-H 'Content-Type: application/json' \
-d '{
"ips": [
"1.2.3.4",
"5.6.7.8"
]
}'