# Geofences Geofence management ## Fetch a list of Geofences - [GET /geofences](https://docs2.mygpsapi.com/openapi/geofences/paths/~1geofences/get.md): Without params, it returns a list of Geofences the user has access to ## Create a Geofence - [POST /geofences](https://docs2.mygpsapi.com/openapi/geofences/paths/~1geofences/post.md) ## Update a Geofence - [PUT /geofences/{id}](https://docs2.mygpsapi.com/openapi/geofences/paths/~1geofences~1%7Bid%7D/put.md) ## Delete a Geofence - [DELETE /geofences/{id}](https://docs2.mygpsapi.com/openapi/geofences/paths/~1geofences~1%7Bid%7D/delete.md)