GET
/
v1
/
subAccount
/
info
curl --request GET \
  --url https://api.goproxy.com/go-api/v1/subAccount/info \
  --header 'apiKey: <apikey>'
{
  "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
required

The proxy type you want to query. Use: 1 for Rotating Residential, 2 for Rotating Mobile, 3 for Rotating Datacenter.

username
string
required

The username of the sub-account that you want to query.

Response

200 - application/json
Successful Response

The response is of type object.