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

Headers

apiKey
string
required

The API key used to authenticate your account.

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
accountNum
integer

The total number of sub-accounts.

data
object[]