For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set Rotation Interval

Reference for setting the rotation interval for a Per Proxy Mobile Proxy.

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
201

Rotation interval set successfully

application/json
messagestringOptional
post/perproxy/set-rotation-interval

Last updated

Was this helpful?