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 characters
and<= 15 characters
Array 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 string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...