See the Geofencing feature page for business context, integration patterns, and configuration guidance.
Base Path
GET /api/v1/geofences
List all geofences for the current tenant, ordered by creation date (newest first). Roles: admin, editor, viewerResponse 200
Response Fields
Example
POST /api/v1/geofences
Create a new geofence. Roles: admin, editorRequest Body
Response 201
Returns the created geofence object (same shape as GET response items).
Example
PUT /api/v1/geofences
Update an existing geofence. The request body must include theid field. All other fields are optional and only provided fields are updated.
Roles: admin, editor