Get subuser bandwidth
Reseller Endpoints
Get subuser bandwidth
GET /api/reseller/v1/subusers//bandwidth: allocation and usage for a subuser
GET
Get subuser bandwidth
Retrieve bandwidth allocation and usage for a specific subuser.
Authentication
Requires a reseller API key. Pass it asAuthorization: Bearer YOUR_API_KEY or X-API-Key: YOUR_API_KEY. See Reseller overview.
Path parameters
The subuser username (full prefixed username, e.g.
MYSTORE_user1).Response
Full prefixed username.
Total bandwidth allocated to the subuser (MB).
Bandwidth consumed so far (MB).
Bandwidth still available (MB).
Example response
Errors
- 401
UNAUTHORIZED: missing or invalid API key - 403
NOT_RESELLER: account is not a reseller - 404
NOT_FOUND: no subuser with that username

