get Rotate proxy IP-address.

/api/client/v1/rotate
proxy

Parameters

token
Required
Rotate ip token
In: query
Example: YAxVULj2NICWxTosVKheI6hAzEDDbr53ah5HYGnfBeF9m7jySToetWxfKZFAE2ej
Schema:
  • string
    Example: "stringstringstringstringstringstringstringstringstringstringstri"
    Maximum number of items: 64
    Minimum string length: 64

Request Body

Content Type:
application/json

Responses

202

Accepted
Content Type:
application/json
  • Schema
  • object
    Example: {"message":"Proxy IP-address will be rotated soon."}
    Properties:
    • message
      string
      Example: "Proxy IP-address will be rotated soon."

400

Bad Request
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Example: {"message":"string","errors":{}}
    Properties:
    • message
      string
      Required
      Error message
      Example: "string"
    • errors
      object or null
      Input validation errors
      Example: {}

422

Unprocessable Entity
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Example: {"message":"string","errors":{}}
    Properties:
    • message
      string
      Required
      Error message
      Example: "string"
    • errors
      object or null
      Input validation errors
      Example: {}