Skip to content

Return the number of IPs available to the account per its billing plan

Request

This endpoint remains active for backwards compatibility. Do not use it in new code.

Field shared in the response is deprecated and should not be used.

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

Responses

A 200 response

Bodyapplication/json
string(string)
Response
{ "allowed": { "dedicated": 1, "shared": 2 } }