Get login IP whitelist
Returns list of IP addresses whitelisted for login access
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- whitelist string[]
List of IP addresses from the login whitelist
{
"whitelist": [
"192.168.0.253"
]
}
{
"whitelist": [
"192.168.0.222",
"192.168.0.22"
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...