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

# Create a subscription for a vin and a geofence collection.

`POST /v1/geofencing-notifications/subscription`

Create a subscription for a vin and its movements in relation to geofences of a collection. Once the subscription is created, you may add subscribers to receive notifications about breach events to those endpoints.

## Request body

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

## Response `200`

CreateGeofencingSubscriptionExistsResponse

- string

## Other responses

- `201` — CreateGeofencingSubscriptionResponse
- `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)
