Set Rotation Interval
post
Authorizations
HTTPRequired
Enter token as: Bearer
Body
usernamestringRequired
session_idstringRequired
Session ID - extract from proxy string after '-s-' or get from session_id field via api/v1/perproxy/proxies/{username}
intervalintegerRequiredExample:
Rotation interval in seconds. Use -1 to delete the interval. Minimum 60 seconds, maximum 604800 seconds.
3600public_keystringRequired
Public key token used to identify the proxy rotation configuration. This is the unique identifier that appears at the end of the rotation URL (e.g., 'PkxqKLdRFvULobN' in 'https://api.proxidize.com/api/v1/perproxy/rotate-url/PkxqKLdRFvULobN/')
Responses
200
Rotation interval updated successfully
No content
201
Rotation interval set successfully
400
Invalid request
404
Rotation interval does not exist to delete
post
/perproxy/set-rotation-intervalNo content
Last updated