Get current geo filter
GET
/network-protection/{id}/geoThis endpoint returns the current geo filter settings - country list and the policy (deny or allow).
Request
Path Params
id
integerÂ
required
Your IP Address identificator.
Request samples
Responses
Filter state(200)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
No schema defined
Example
{
"active": true,
"action": "allow",
"countries": [
"BG"
]
}
Last modified: 2 months ago