---
title: "Retrieve subscription information for a vin and a geofence collection."
method: GET
path: "/v1/geofencing-notifications/subscription"
tags: ["Geofencing Notifications"]
---

# Retrieve subscription information for a vin and a geofence collection.

`GET /v1/geofencing-notifications/subscription`

Retrieve all information about a particular subscription that tracks movements of a vehicle in relation to a geofence collection.

## Query parameters

- `vin` string, required
- `collection_name` string, required

## Response `200`

GetGeofencingSubscriptionResponse

- GetGeofencingSubscriptionResponse
  - `vin` string
  - `collection_name` string
  - `notifications_enabled` boolean
  - `HU_vin_for_popup` string
  - `phone_number_subscriptions` object[]
    - `phone_number` string
  - `email_subscriptions` object[]
    - `email` string
    - `pending_confirmation` 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/versions/1d2213b04fdb/schema)
