GET
/
account
/
ip
/
Get All IPs
curl --request GET \
  --url https://api.sendpost.io/api/v1/account/ip/ \
  --header 'X-Account-ApiKey: <api-key>'
[
  {
    "id": 11321,
    "autoWarmupEnabled": true,
    "autoWarmupStage": 7,
    "publicIP": "52.34.11.12",
    "created": 1567512491588018200
  },
  {
    "id": 11322,
    "autoWarmupEnabled": true,
    "autoWarmupStage": 10,
    "publicIP": "34.21.14.11",
    "created": 1567512491588017700
  }
]

Authorizations

X-Account-ApiKey
string
header
required

This api key can be used for all account level operations

Query Parameters

limit
integer

Number of records to return per request

offset
integer

Number of initial records to skip

Case insensitive search against IP's public IP address

Response

200 - application/json

A list of IPs associated with the account

The response is of type object[].