List subusers
Reseller Endpoints
List subusers
GET /api/reseller/v1/subusers: all subusers under your account
GET
List subusers
Retrieve every subuser under your reseller account.
Authentication
Requires a reseller API key. Pass it asAuthorization: Bearer YOUR_API_KEY or X-API-Key: YOUR_API_KEY. See Reseller overview.
Response
data is an array of subuser objects.
Internal subuser ID.
Full username, prefixed with your store code.
Subuser email.
Bandwidth allocated to the subuser (MB).
Creation timestamp (ISO 8601).
Whitelisted IPs for the subuser.
Example response
Errors
- 401
UNAUTHORIZED: missing or invalid API key - 403
NOT_RESELLER: account is not a reseller

