Geofencing Notifications
Subscribe to geofencing notifications for a VIN and geofence collection.
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.
post/v1/geofencing-notifications/subscribe
Request body
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 added successfully."