GET
/
v1
/
subAccount
/
list
curl --request GET \
  --url https://api.goproxy.com/go-api/v1/subAccount/list \
  --header 'apiKey: <apikey>'
{
  "account": {
    "accountNum": 1,
    "account": [
      {
        "authAccount": "testUser",
        "authPassword": "testPass",
        "useLimit": "5.0",
        "useTraffic": "0.0",
        "remark": "test",
        "proxyType": "1 - Rotating Residential"
      }
    ]
  }
}

Headers

apiKey
string
required

Your API key for authentication.

Query Parameters

proxyType
integer

The proxy type you want to query. Use: 1 for Rotating Residential, 2 for Rotating Mobile, 3 for Rotating Datacenter. Omit this parameter or leave it blank to list sub-accounts under all proxy types.

Response

200 - application/json
Successful Response
account
object
required