Get current geo filter
GET
https://api.vpsbg.eu/v1/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
active
booleanย
required
action
stringย
required
Can be "allow" or "deny".
countries
array[string]
required
Example
{
"active": true,
"action": "allow",
"countries": [
"BG"
]
}
Last modified: 2 months ago