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

Authorizations

authorization
string
header
required

Use the format: Basic <YOUR_API_TOKEN>

Headers

Content-Type
string
default:application/json
required

Body

application/json

Response

200 - application/json

A list of rotated IPs

The response is of type object.