cURL
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 }
Retrieves detailed information about a specific IP based on the provided ID.
This api key can be used for all account level operations
The ID of the IP resource to retrieve
Information about the specified IP
The response is of type object.
object