PUT
/
rotateIP
curl --request PUT \
  --url https://toolip.io/api/v1/rotateIP \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "zoneId": "<string>",
  "country": "<string>",
  "ips": [
    "<string>"
  ]
}'
{
  "ips": [
    "<string>"
  ]
}

Authorizations

authorization
string
header
required

Use the format: Basic <YOUR_API_TOKEN>

Body

application/json
zoneId
string
required
country
string
required
ips
string[]
required

Response

200 - application/json
A list of rotated IPs
ips
string[]