get Rotate IP address for a proxy.
/api/client/v1/rotate
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:
- stringBeispiel:
"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
- objectBeispiel:
{"message":"Proxy IP-address will be rotated soon."}
Eigenschaften:message
stringBeispiel:"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
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}
422
Unprocessable Entity. Missing or invalid IP rotation token, please check it and try again.
Content Type:
application/json
- Schema
- Example
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}
429
To many attempts. IP address rotation is limited to 1 rotation per minute, please try again later.
Content Type:
application/json
- Schema
- Example
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}