v1

latestOpenAPI 3.0.0Apache 2.02026-08-063010285.3 KB
Geofencing Notifications

Retrieve subscription information for a vin and a geofence collection.

Retrieve all information about a particular subscription that tracks movements of a vehicle in relation to a geofence collection.

get/v1/geofencing-notifications/subscription

Query parameters

vinstring required

VIN

collection_namestring required

Collection name

Response

GetGeofencingSubscriptionResponse

vinstring
collection_namestring
notifications_enabledboolean
HU_vin_for_popupstring

Example response

{
  "vin": "3D7UT2CL0BG625027",
  "collection_name": "collection_name",
  "notifications_enabled": true,
  "HU_vin_for_popup": "3D7UT2CL0BG625054",
  "phone_number_subscriptions": [
    {
      "phone_number": "+12345678900"
    }
  ],
  "email_subscriptions": [
    {
      "email": "your_email@domain.com",
      "pending_confirmation": "false"
    }
  ]
}