v1
latestOpenAPI 3.1.02026-07-241220143.1 KBGET /whitelist_ips/{allowed_ip}/
Get info for a allowed IP entry
get/v1/whitelist_ips/{allowed_ip}/
Path parameters
allowed_ipstring required
name of the allowed IP entry
Response
200
Example response
{
"status": "ok",
"data": [
{
"name": "test",
"enabled": true,
"ip_address": "127.0.0.1"
}
]
}