Skip to main content

Refresh Proxy IP

Change the public IP address for a proxy. Rate limit: no more than once every 1 minute per user.

Endpoint

POST /proxies/user-proxy-server/refresh-ip/

Request Body

{
"id": "9a440c2a-157f-4562-8209-25022ec4143a"
}

Responses

  • 200 OK IP address successfully changed
  • 400 Bad Request Invalid parameters
  • 403 Forbidden Access denied
  • 404 Not Found Proxy not found or operation unavailable
  • 429 Too Many Requests Rate limit exceeded (once per 1 minute)