Skip to content

Get the dedicated IP pool used for spillover for a domain

Request

This endpoint retrieves the DIPP spillover settings for a specific domain.

Security
basicAuth
Path
namestringrequired

Id of the domain to get DIPP spillover settings for

curl -i -X GET \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v3/ips/domain/{name}'

Responses

A 200 response

Bodyapplication/json
extra_dedicated_ipsobject(github.com-mailgun-tower-api-domain-dipp_spillover-DIPPSpilloverDoc)required

the DIPP spillover settings for the account

Response
{ "extra_dedicated_ips": { "pool_id": "6a219e7515415d72b6e47358" } }