/cfg deny verdict. Pass reset=1 to also forget the IP's scan history so it is re-evaluated fresh. The IP may come from the JSON body or ?ip=. Consider POST /allowed_ips instead when the IP must also stay unblocked in the future.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/ipaware/firewall/unblock?ip=undefined&reset=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ip": "203.0.113.9",
"reset": true
}'{
"ip": "string",
"status": "string",
"cachePurged": true,
"historyForgotten": true,
"property1": "string",
"property2": "string"
}