Skip to content

List dedicated IP pools of the account

Request

Description

Lists all dedicated IP pools of the account. For each pool returns its basic properties (name, description, the list of IPs) and indicates whether the pool is linked to any domains and whether it's an inherited one.

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

Responses

A 200 response

Bodyapplication/json
ip_poolsArray of objects(github.com-mailgun-tower-api-ip_pools-list-DIPPDetailsResponse)required

list of dedicated IP pools of the account

messagestringrequired

success if the request was successful, otherwise contains a description of the error

Response
{ "ip_pools": [ {} ], "message": "success" }