v1

latestOpenAPI 3.0.0Apache 2.02026-08-063010285.3 KB
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

vinstring required
collection_namestring required

Example request

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

Response

CreateGeofencingSubscriptionExistsResponse

string required

Example response

"This subscription already exists."