Rotating proxy resellers must first read the 👉 Access Pre-Instruction Document and complete the API access application and registration process.
Once approved, you will be able to retrieve account list via the following API:
Path: /ip/open-api/get-sub-account-list
Method: GET
Parameter Description:
| Parameter name | Is it necessary | Example | Remark |
| account | no | ABCDEFHGJ2000 | Get the list of accounts created through the interface |
| page | no | 1 | Page number: Default 1 |
| page_size | no | 20 | Pages: Default is 20, and the number of pages displayed per page is between 10 and 100 |
Interface description: Rotating proxies obtains account list
Return data:
{
"data": {
"list": [
{
"account": "PhA39CXKit",
"password": "NEQ35tDQ",
"status": "1",
"surplus_flow": "1964032576",
"use_flow": "0",
"mob_surplus_flow": "27262974",
"mob_use_flow": "0",
"ip_whitelist": "",
"created_time": "1751543038",
"ex_time": "2147483647",
"mob_ex_time": "2147483647",
"is_main": "1",
"unit": "KB"
},
{
"account": "jrngfhyui342e1",
"password": "utflyg",
"status": "1",
"surplus_flow": "1000",
"use_flow": "0.00",
"mob_surplus_flow": "1000",
"mob_use_flow": "0.00",
"ip_whitelist": "",
"created_time": "1781084933",
"ex_time": "1781147267",
"mob_ex_time": "1781147267",
"is_main": "2",
"unit": "KB"
}
],
"total": "2"
},
"code": 0,
"msg": "Success"
}
Field Description:
|
account
|
account |
|
password
|
password |
|
status
|
Account status: 1 normal; 2 disabled |
|
surplus_flow
|
Residential Remaining flow |
|
mob_surplus_flow
|
Mobile Remaining flow |
|
use_flow
|
Residential Use data |
|
mob_use_flow
|
Mobile Use data |
|
ip_whitelist
|
IP whitelist |
|
created_time
|
Creation time (timestamp) |
|
ex_time
|
Expiration time (timestamp) |
|
unit
|
Unit: KB |
|
total
|
total |
|
is_main
|
1 Main account 2 Sub accounts |