Skip to main content
GET
/
go-api
/
v1
/
subAccount
/
listHistory
Get Sub Account History
curl --request GET \
  --url https://api.glorycloud.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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.glorycloud.com/llms.txt

Use this file to discover all available pages before exploring further.

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
SubAccountListHistoryResponseModel · object[]