List subusers
GET /api/reseller/v1/subusers: all subusers under your account
GET
https://www.eclipseproxy.com/api/reseller/v1/subusersBearer authRetrieve every subuser under your reseller account.
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
data is an array of subuser objects.
idstringInternal subuser ID.
usernamestringFull username, prefixed with your store code.
emailstringSubuser email.
bandwidthBalancenumberBandwidth allocated to the subuser (MB).
createdAtstringCreation timestamp (ISO 8601).
whitelistIPsarrayWhitelisted IPs for the subuser.
Example response
Errors
- 401
UNAUTHORIZED: missing or invalid API key - 403
NOT_RESELLER: account is not a reseller

