Change rotation settings
This request allows you to change the rotation settings for an existing list.
Endpoint:
POST
https://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/list/rotation
Example:
Response:
Path parameters:
Name
Value
Description
Authorization
<Your_API_Key>
Your personal API key
Request body:
Name
Type
Description
id
Number
ID of the list
rotation
Number
The new rotation value whitch you want to set , "'-1' for no rotation (Sticky), '0' for rotation per request, '1' to '3600' for time-based rotation in seconds"
Last updated