Skip to content

List all Dynamic IP pools

Request

Returns the list of IPs belonging to each of the account's Dynamic IP Pools.

Security
basicAuth
curl -i -X GET \
  -u '<username>:<password>' \
  https://api.mailgun.net/v3/dynamic_pools

Responses

A 200 response

Bodyapplication/json
property name*objectadditional property
Response
{ "poor_reputation": [ "1.0.0.3" ], "new_senders": [ "1.0.0.4" ], "pools": [ {}, {}, {} ], "good_reputation": [ "1.0.0.1", "1.0.0.2" ] }