cURL
Get apigeobound country sets
GET / PUT / PATCH / DELETE /api/geobound-country-sets/<uuid:pk>/
READ (retrieve) open to any authenticated user; UPDATE/DELETE gated to
system admins (``IsSystemAdminOrReadOnly``).
GET
cURL
Path Parameters
Response
200 - application/json
Versioned country-code preset used by project geobound policies
(DSS-650). A shared global reference table: readable by any
authenticated user (so they can pick a set) but mutated only by system
admins (see GeoBoundCountrySet*View). kind is auto-derived as a
ChoiceField from the model choices, so an invalid kind 400s.
Maximum string length:
96Pattern:
^[-a-zA-Z0-9_]+$Maximum string length:
255allow- Allowlist (permit only these countries)deny- Denylist (block these countries)
Available options:
allow, deny Maximum string length:
255Maximum string length:
200Maximum string length:
128