---
title: "Subscribe to geofencing notifications for a VIN and geofence collection."
method: POST
path: "/v1/geofencing-notifications/subscribe"
tags: ["Geofencing Notifications"]
---

# Subscribe to geofencing notifications for a VIN and geofence collection.

`POST /v1/geofencing-notifications/subscribe`

Subscribe endpoints such as phone numbers, email addresses, and head unit VINs to geofencing notifications. Subscribed head unit VINs will receive in-vehicle popups with geofence breach information.

## Request body

- SubscribeToGeofencingNotifcationsRequest
  - `vin` string, required
  - `collection_name` string, required
  - `HU_vin_for_popup` string
  - `phone_numbers` string[]
  - `emails` string[]

## Response `200`

- string

## Other responses

- `400` — bad input parameter
- `403` — not authorized
- `500` — internal server error

---

[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)
