Geofencing Notifications
Enable geofencing notifications for a vin and a geofence collection.
Enable geofencing notifications for a vin and a geofence collection for all existing subscribers.
post/v1/geofencing-notifications/enable
Request body
Example request
{
"vin": "3D7UT2CL0BG625027",
"collection_name": "collection_name"
}Response
EnableGeofencingNotificationsResponse
string required
Example response
"Success! Notifications for vin: 3D7UT2CL0BG625027 and geofence collection: collection_name are enabled."