GET
/
v1
/
account
/
plan
/
usage
curl --request GET \
  --url https://api.goproxy.com/go-api/v1/account/plan/usage \
  --header 'apiKey: <apikey>'
{
  "usage": [
    {
      "totalTraffic": "100.00",
      "availableTraffic": "100.00",
      "useTraffic": "0.00",
      "orderId": "HW20241201153000000",
      "proxyType": "1 - Rotating Residential"
    }
  ]
}

Headers

apiKey
string
required

API key used for authentication.

Query Parameters

proxyType
integer
required

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

orderId
string
required

Specify the order ID to query a specific plan.

Response

200 - application/json
Successful Response
usage
object[]