Soxway Docs
Sub User Whitelist

List sub-user whitelist

Get whitelisted IPs for a sub-user.

GET
/reseller/sub-users/{subId}/whitelist

Authorization

bearerAuth
AuthorizationBearer <token>

Access token obtained via POST /reseller/access-token using your Reseller Key

In: header

Path Parameters

subId*integer

Response Body

application/json

curl -X GET "https://api.soxway.io/reseller/sub-users/0/whitelist"
{
  "data": [
    {
      "id": 0,
      "cidr": "string",
      "comment": "string",
      "created_at": "2019-08-24T14:15:22Z"
    }
  ],
  "total": 0,
  "enabled": true
}