---
title: "Get details of all breach events."
method: GET
path: "/v1/geofence-breaches"
tags: ["Geofence Breaches"]
---

# Get details of all breach events.

`GET /v1/geofence-breaches`

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.

## Response `200`

Geofence Breach Details

- GetGeofenceBreachesResponse
  - `3D7UT2CL0BG625027` object[]
    - `event_type` string
    - `time` string
    - `lat` string
    - `long` string
    - `geofence_id` string
    - `collection_name` string
  - `3D7UT2CL0BG625026` object[]

## Other responses

- `400` — bad input parameter
- `403` — not authorized

---

[API](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api.md) · [All operations](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellantis/stellantis-connected-vehicle-api/revisions/1d2213b04fdb/schema)
