- Add a new DIPP to 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
List dedicated IP pools of 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
Add a new DIPP to the acc...
The account must have 'DIPPs' feature enabled.
Returns the id of the newly created DIPP.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/ip_pools
- EU Mailgunhttps://api.eu.mailgun.net/v3/ip_pools
curl -i -X POST \
-u '<username>:<password>' \
https://api.mailgun.net/v3/ip_pools \
-H 'Content-Type: multipart/form-data' \
-F description=string \
-F ip=string \
-F name=stringResponse
{ "message": "success", "pool_id": "658041ae44842b99ee2eaa1b" }