Get subuser
GET /api/reseller/v1/subusers/{id}: details for one subuser
GET
https://www.eclipseproxy.com/api/reseller/v1/subusers/{id}Bearer authFetch details for a specific subuser.
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.
Path parameters
idpathstringrequiredThe subuser username (the full prefixed username, e.g. MYSTORE_user1).
Response
idstringInternal subuser ID.
usernamestringFull prefixed username.
emailstringSubuser email.
bandwidthBalancenumberRemaining bandwidth (MB).
createdAtstringCreation timestamp (ISO 8601).
whitelistIPsarrayWhitelisted IPs.
passwordstringCurrent subuser password.
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

