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
Erforderlich
Rotate IP token.
In: query
Beispiel: YAxVULj2NICWxTosVKheI6hAzEDDbr53ah5HYGnfBeF9m7jySToetWxfKZFAE2ej
Schema:
  • string
    Beispiel: "stringstringstringstringstringstringstringstringstringstringstri"
    Maximale Anzahl von Elementen: 64
    Minimale Zeichenlänge: 64

Antworten

202

Accepted. Successful request, the IP address of the proxy will be rotated soon.
Content Type:
application/json
  • Schema
  • Example
  • object
    Beispiel: {"message":"Proxy IP-address will be rotated soon."}
    Eigenschaften:
    • message
      string
      Beispiel: "Proxy IP-address will be rotated soon."

400

Bad Request. Unable to rotate the IP address for the expired or non-existing proxy.
Content Type:
application/json
  • Schema
  • Example
  • object
    ErrorResponse
    Beispiel: {"message":"string","errors":{}}
    Eigenschaften:
    • message
      string
      Erforderlich
      Error message
      Beispiel: "string"
    • errors
      object or null
      Input validation errors
      Beispiel: {}

422

Unprocessable Entity. Missing or invalid IP rotation token, please check it and try again.
Content Type:
application/json
  • Schema
  • Example
  • object
    ErrorResponse
    Beispiel: {"message":"string","errors":{}}
    Eigenschaften:
    • message
      string
      Erforderlich
      Error message
      Beispiel: "string"
    • errors
      object or null
      Input validation errors
      Beispiel: {}

429

To many attempts. IP address rotation is limited to 1 rotation per minute, please try again later.
Content Type:
application/json
  • Schema
  • Example
  • object
    ErrorResponse
    Beispiel: {"message":"string","errors":{}}
    Eigenschaften:
    • message
      string
      Erforderlich
      Error message
      Beispiel: "string"
    • errors
      object or null
      Input validation errors
      Beispiel: {}