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:
Name | Value | Description |
---|---|---|
Authorization |
| Your personal API key |
Request body:
Name | Type | Description |
---|---|---|
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 | Country selected from the GEO database |
region | String | Region selected from the GEO database |
city | String | City selected from the GEO database |
isp | String | ISP selected from the GEO database |
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