Create IP list
POST https://geonix.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.
To specify parameter values, download the Geo zip file. This includes geo.json with all available geographic locations and ISPs for customizing your IP list criteria.
Headers
Accept
application/json
Content-Type
application/json
Path parameters
apiKey*
string
API key to authorize requests
Body parameters
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%"].
Request examples
Response examples
Last updated