Get Whitelist IPs List
Basic Information
Interface Description: Get the whitelist IP list of Thordata Residential Proxies or Unlimited Proxy Servers through the interface
Interface URL: https://api.thordata.com/api/whitelisted-ips/ip-list
Request Method: GET
Request parameters
Params:
Parameter name
Type
Required
Describe
proxy_type
number
Yes
Select the proxy type: 1 is Residential Proxies, 2 is Unlimited Proxy servers (default is 1)
Response example
{
"code": 200,
"data": {
"ip_count": 2,
"limit": 100,
"remaining_limit": 98
"lists": [
{
"created_time": "2025-01-01",
"ip": "1.1.1.1",
"status": true
},
{
"created_time": "2025-01-02",
"ip": "2.2.2.2",
"status": true
}
],
},
"msg": "ok"
}
Parameter name
Type
Required
Describe
code
number
No
-
data
object
No
-
ip_count
number
Yes
Number of whitelisted IPs
limit
number
Yes
The maximum number of whitelist IPs that can be added
remaining_limit
number
Yes
Number of whitelist IPs remaining that can be added
created_time
string
Yes
Whitelist IP creation time
ip
string
Yes
Whitelist IP information
status
string
Yes
Whitelist IP status, true is enabled, false is disabled
msg
string
No
-
Last updated