Set Rotation Interval

post
Authorizations
HTTPRequired

Enter token as: Bearer

Body
session_idstringRequired

Session ID - extract from proxy string after '-s-' or get from session_id field via api/v1/perproxy/proxies/{username}

intervalintegerRequired

Rotation interval in seconds. Use -1 to delete the interval. Minimum 60 seconds, maximum 604800 seconds.

Example: 3600
public_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
chevron-right
200

Rotation interval updated successfully

No content

post
/perproxy/set-rotation-interval

No content

Last updated