Soxway Docs
Proxies

Get traffic stats

Get traffic usage statistics for all proxies.

GET
/v1/proxies/traffic

Authorization

bearerAuth
AuthorizationBearer <token>

Personal access token obtained via POST /v1/auth/token

In: header

Query Parameters

force?integer

Bypass cache (1 = force refresh)

Value in0 | 1

Response Body

application/json

curl -X GET "https://api.soxway.io/v1/proxies/traffic"
{
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "name": "string",
      "today_mb": 0,
      "yesterday_mb": 0,
      "all_time_mb": 0,
      "price_per_gb": 0
    }
  ]
}