Get Proxy Users List
Basic Information
Interface Description: Get the proxy users list of Thordata Residential Proxies or Unlimited Proxy Servers through the interface
Interface URL: https://api.thordata.com/api/proxy-users/user-list
Request Method: GET
Request parameters
Params:
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": {
"limit": 100,
"remaining_limit": 99,
"user_count": 1,
"list": [
{
"created_time": "2025-01-01",
"username": "user123"
"password": "password123",
"status": true,
"traffic_limit": 0,
"usage_traffic": 0,
}
]
},
"msg": "ok"
}
code
number
No
-
data
object
No
-
limit
number
Yes
The maximum number of proxy users that can be created
remaining_limit
number
Yes
The remaining number of proxy users that can be created
user_count
number
Yes
The number of proxy users created
created_time
string
Yes
Proxy user creation time
username
string
Yes
Proxy username
password
string
Yes
Proxy password
status
string
Yes
Proxy user status, true is enabled, false is disabled
traffic_limit
number
Yes
Proxy user traffic limit (MB), 0 means no limit
usage_traffic
number
Yes
Total traffic used by proxy users (MB)
msg
string
No
-
Last updated