GET
/
account
/
ip
/
{ip_id}
Get a Specific IP
curl --request GET \
  --url https://api.sendpost.io/api/v1/account/ip/{ip_id} \
  --header 'X-Account-ApiKey: <api-key>'
{
  "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

Path Parameters

ip_id
integer
required

The ID of the IP resource to retrieve

Response

200 - application/json

Information about the specified IP

The response is of type object.