Get IP whitelist
Reseller Endpoints
Get IP whitelist
GET /api/reseller/v1/subusers//whitelist: a subuser’s whitelisted IPs
GET
Get IP whitelist
Retrieve the whitelisted IPs for a 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.
The subuser’s whitelisted IPs.
Example response
Related
Errors
- 401
UNAUTHORIZED: missing or invalid API key - 403
NOT_RESELLER: account is not a reseller - 404
NOT_FOUND: no subuser with that username

