get Rotate IP address for a proxy.

/api/client/v1/rotate
proxy

This request allows you to force an IP address rotation for the proxy. Please note that some proxies do not support IP address rotation!

Parameters

token
Обязательный
Rotate IP token.
В: query
Пример: YAxVULj2NICWxTosVKheI6hAzEDDbr53ah5HYGnfBeF9m7jySToetWxfKZFAE2ej
Схема:
  • string
    Пример: "stringstringstringstringstringstringstringstringstringstringstri"
    Максимальное количество элементов: 64
    Минимальная длина строки: 64

Ответы

202

Accepted. Successful request, the IP address of the proxy will be rotated soon.
Тип содержимого:
application/json
  • Schema
  • Example
  • object
    Пример: {"message":"Proxy IP-address will be rotated soon."}
    Свойства:
    • message
      string
      Пример: "Proxy IP-address will be rotated soon."

400

Bad Request. Unable to rotate the IP address for the expired or non-existing proxy.
Тип содержимого:
application/json
  • Schema
  • Example
  • object
    ErrorResponse
    Пример: {"message":"string","errors":{}}
    Свойства:
    • message
      string
      Обязательный
      Error message
      Пример: "string"
    • errors
      object or null
      Input validation errors
      Пример: {}

422

Unprocessable Entity. Missing or invalid IP rotation token, please check it and try again.
Тип содержимого:
application/json
  • Schema
  • Example
  • object
    ErrorResponse
    Пример: {"message":"string","errors":{}}
    Свойства:
    • message
      string
      Обязательный
      Error message
      Пример: "string"
    • errors
      object or null
      Input validation errors
      Пример: {}

429

To many attempts. IP address rotation is limited to 1 rotation per minute, please try again later.
Тип содержимого:
application/json
  • Schema
  • Example
  • object
    ErrorResponse
    Пример: {"message":"string","errors":{}}
    Свойства:
    • message
      string
      Обязательный
      Error message
      Пример: "string"
    • errors
      object or null
      Input validation errors
      Пример: {}