Interface documentation
English
English
  • Public API
    • Introduce
      • Get token and key
    • Account
      • Query Traffic Balance
      • Query Wallet Balance
      • Query Traffic Usage Records
    • Location
      • Get Country List
      • Get State List
      • Get City List
      • Get ASN List
    • Proxy Users
      • Get Proxy Users List
      • Add Proxy Users
      • Update Proxy Users Information
      • Delete Proxy Users
      • Query Traffic Usage Records
    • Whitelist IPs
      • Get Whitelist IPs List
      • Add Whitelist IP
      • Delete whitelist IP
    • ISP / Datacenter Proxies
      • Get Proxy IP List
      • Query Proxy IP Expiration Time
    • Unlimited Proxy Servers
      • Get Unlimited Proxy Server List
      • Restart Unlimited Proxy Server
      • Get Unlimited Proxy Server Monitor
      • Unlimited Proxy Server Renewal
      • Unlimited Proxy Server Upgrades
    • API Extract Links
      • Residential Proxies
      • Unlimited Proxy Servers
  • CDK
    • Create CDK
    • Get CDK List
    • Revoke CDK
    • Get CDK Details
  • Error Code
    • Error code description
Powered by GitBook
On this page
  • Basic Information
  • Request parameters
  • Response example
  1. Public API
  2. Whitelist IPs

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

token

string

Yes

key

string

Yes

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

-

PreviousWhitelist IPsNextAdd Whitelist IP

Last updated 2 months ago

Please log in to the to view your token parameter value

Please log in to the to view your key parameter value

If the returned code value is not 200, please check the and modify it.

error code description list
Dashboard-MENU-My Account
Dashboard-MENU-My Account