Get bandwidth info
GET /api/reseller/v1/bandwidth: pool balance and account overview
GET
https://www.eclipseproxy.com/api/reseller/v1/bandwidthBearer authRetrieve your bandwidth pool balance and account overview.
Example request
Authentication
Requires a reseller API key. Pass it as Authorization: Bearer YOUR_API_KEY or X-API-Key: YOUR_API_KEY. See Reseller overview.
Response
bandwidthBalancenumberAvailable bandwidth in MB.
storeNamestringHuman-readable store name.
storeCodestringUnique store identifier.
subuserCountnumberTotal subusers created.
totalAllocatednumberTotal bandwidth allocated across all subusers (MB).
createdAtstringAccount creation timestamp (ISO 8601).
Example response
Errors
- 401
UNAUTHORIZED: missing or invalid API key - 403
NOT_RESELLER: account is not a reseller

