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
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"
}
]
}