GET
/
v1
/
subAccount
/
planUsage
curl --request GET \
  --url https://api.goproxy.com/go-api/v1/subAccount/planUsage \
  --header 'apiKey: <apikey>'
{
  "authAccount": "testUser",
  "useLimit": "5.0",
  "useTraffic": "0.0"
}

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 you want to query.

Response

200 - application/json
Successful Response
authAccount
string
required

The username of the sub-account.

Example:

"testUser"

useTraffic
string
required

Traffic that has been used, in GB.

Example:

"0.0"

useLimit
string

Traffic limit for the sub-account, in GB. -1 indicates no limit.

Example:

"5.0"