Get the list of allowed IPs
Returns the list of allowed IPs
- Available on all panels
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Empty
Schema
- whitelist string[]Possible values: >= 7 charactersand<= 15 charactersArray of strings with allowed IPs 
{
  "whitelist": [
    "192.168.0.1",
    "192.168.1.1"
  ]
}
{
  "whitelist": [
    "127.0.0.1"
  ],
  "Not empty": {
    "value": {
      "whitelist": [
        "127.0.0.1",
        "192.168.0.1",
        "192.168.1.1"
      ]
    }
  }
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...