Geofence
Resolves the caller's country from the edge-provided header and reports whether geofenced endpoints are barred, together with the full list of geofenced endpoints so the client can gate navigation before the user hits a 403
Responses
200
A successful response.
application/json
countrystringOptional
default
An unexpected error response. details[0] is always an AppError, see #/components/schemas/AppError
application/json
get/geofence/v1/status
GET /geofence/v1/status HTTP/1.1
Host: backend.pay.kiichain.io
Accept: */*
{
"country": "text",
"endpoints": [
{
"blocked": true,
"method": "text",
"path": "text"
}
]
}Last updated