Skip to content

Add IP to Dynamic IP Pool

Request

Adds a given IP to a Dynamic IP Pool. The IP must be dedicated and belong to the account.

Security
basicAuth
Path
pool_namestringrequired

The name of the Dynamic IP Pool to add the IP to (ex: dynamic_good, dynamic_poor, etc.)

ipstringrequired

The ip to add to the given Dynamic IP Pool

curl -i -X POST \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v3/dynamic_pools/{pool_name}/{ip}'

Responses

A 200 response

Bodyapplication/json
string(string)
Response
"this is needed just so that examples are included into the output"