Geofencing Notifications

Unsubscribe from geofencing notifications for a VIN and geofence collection.

Unsubscribe endpoints such as phone numbers, email addresses, and head unit VINs from geofencing notifications.

post/v1/geofencing-notifications/unsubscribe

Request body

vinstring required
collection_namestring required
HU_vin_for_popupstring
phone_numbersstring[]
emailsstring[]

Example request

{
  "vin": "3D7UT2CL0BG625027",
  "collection_name": "collection_name",
  "HU_vin_for_popup": "3D7UT2CL0BG625054",
  "phone_numbers": [
    "+12345678900"
  ],
  "emails": [
    "your_email@domain.com"
  ]
}

Response

string required

Example response

"Success! Subscriptions to vin: 3D7UT2CL0BG625027 and geofence collection: collection_name breach event removed successfully."