Create IP List
Last updated
Last updated
POST
https://proxy-sale.com/personal/api/v1/{apiKey}/resident/list
This endpoint lets you make a new IP list for your residential proxy package. With it, you can organize your proxies by location or use case. Once you create a list, you can easily manage or download it.
Headers
Accept
application/json
Content-Type
application/json
apiKey
*
string
API key to authorize requests
title
*
string
The desired name for the new IP list.
whitelist
string
A comma-separated list of IPs for whitelist authentication. (note: an IP can be added only once and is shared across all lists. Attempting to add an IP that is already whitelisted will result in an error).
geo
*
object
Defines the geographical and ISP criteria for the IP list.
country
string
Country code (Alpha-2).
region
string
Specific region within the country.
city
string
Specific city within the region.
isp
string
Target specific ISP.
export
*
object
Export options for the list.
ports
integer
Number of ports.
ext
string
File extension (txt/csv) or custom format ["%login% | %password% @ %ip%:%port% - %protocol%"].
Response examples