Sub Users
Get sub-user traffic
Get traffic usage statistics for a specific sub-user.
Authorization
bearerAuth AuthorizationBearer <token>
Access token obtained via POST /reseller/access-token using your Reseller Key
In: header
Path Parameters
subId*integer
Response Body
application/json
curl -X GET "https://api.soxway.io/reseller/sub-users/0/traffic"{
"data": {
"traffic_balance_bytes": 0,
"traffic_balance_gb": 0,
"traffic_used_bytes": 0,
"traffic_used_gb": 0
}
}Empty