Soxway Docs
Account

List categories

Get available proxy categories with tiered pricing.

GET
/v1/account/categories

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Response Body

application/json

curl -X GET "https://api.soxway.io/v1/account/categories"
{
  "data": [
    {
      "slug": "residential",
      "name": "Residential",
      "tiers": [
        {
          "min_gb": 0,
          "max_gb": 0,
          "price_per_gb": 0
        }
      ]
    }
  ]
}