v1

latestOpenAPI 3.0.0Apache 2.02026-08-063010285.3 KB
Geofencing Notifications

Disable geofencing notifications for a vin and a geofence collection.

Disable geofencing notifications for a vin and a geofence collection for all existing subscribers.

post/v1/geofencing-notifications/disable

Request body

vinstring required
collection_namestring required

Example request

{
  "vin": "3D7UT2CL0BG625027",
  "collection_name": "collection_name"
}

Response

DisableGeofencingNotificationsResponse

string required

Example response

"Success! Notifications for vin: 3D7UT2CL0BG625027 and geofence collection: collection are disabled."