Geofence Breaches
Get details of all breach events.
Get details of all breach events for vins and geofence collections owned by the user. This data includes the time, breach type (ENTER or EXIT), geofence collection name, geofence ID, Latitude, and Longitude.
get/v1/geofence-breaches
Response
Geofence Breach Details
Example response
{
"3D7UT2CL0BG625027": [
{
"event_type": "ENTER",
"time": "2023-04-12T18:37:35.948Z",
"lat": "40.151281",
"long": "-82.300769",
"geofence_id": "geofence_id",
"collection_name": "collection_name"
}
],
"3D7UT2CL0BG625026": []
}