Geofencing Notifications
Create a subscription for a vin and a geofence collection.
Create a subscription for a vin and its movements in relation to geofences of a collection. Once the subscription is created, you may add subscribers to receive notifications about breach events to those endpoints.
post/v1/geofencing-notifications/subscription
Request body
Example request
{
"vin": "3D7UT2CL0BG625027",
"collection_name": "collection_name"
}Response
CreateGeofencingSubscriptionExistsResponse
string required
Example response
"This subscription already exists."