GET

rotateProxyIpAddress

proxy

Rotate IP address for a proxy.

Description

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 Required
Location: query

Rotate IP token.

Scheme:

  • string
    Maximum length: 64
    Minimum length: 64

Responses

202

Accepted. Successful request, the IP address of the proxy will be rotated soon.

Content

Content type:
  • Schema
  • object
    Properties:
    • messagestring
      Example:
      "Proxy IP-address will be rotated soon."

400

Bad Request. Unable to rotate the IP address for the expired or non-existing proxy.

Content

Content type:
  • Schema
  • ErrorResponse object
    Properties:
    • messagestringRequired

      Error message

    • errorsobject | null

      Input validation errors

422

Unprocessable Entity. Missing or invalid IP rotation token, please check it and try again.

Content

Content type:
  • Schema
  • ErrorResponse object
    Properties:
    • messagestringRequired

      Error message

    • errorsobject | null

      Input validation errors

429

To many attempts. IP address rotation is limited to 1 rotation per minute, please try again later.

Content

Content type:
  • Schema
  • ErrorResponse object
    Properties:
    • messagestringRequired

      Error message

    • errorsobject | null

      Input validation errors