Create list
This request allows you to create a list.
POST
https://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/list/add
Example:
Path parameters:
Authorization
<Your_API_Key>
Your personal API key
Request body:
title
String
Name of the list you are creating
whitelist
String
IPs for authorization. Leave blank if you want to authorize with login credentials
geo
object
Add GEO data to your list (country, region, city, ISP)
country
String
region
String
city
String
isp
String
export
object
Here you specify the number of IPs in your list and the export type (port numbers and file format).
ports
Number
Number of IPs (maximum 1000)
ext
String
Type of export
rotation
Number
"rotation: '-1' for no rotation (Sticky), '0' for rotation per request, '1' to '3600' for time-based rotation in seconds
Response:
Responses with error in body request:
Last updated