Verizon Connect
Verizon Connect is the fleet management, telematics, and GPS vehicle tracking business of Verizon (it grew out of Verizon's acquisitions of Fleetmatics and Telogis). Its Reveal platform exposes a documented suite of REST APIs and webhooks - the Reveal Integration Services / Fleetmatics Integration Manager (FIM) APIs - covering vehicles, drivers, GPS positions and history, trips (segments), driver status and safety, hours-of-service logbooks, geofences (places), groups, work orders, non-powered asset tracking, fleet inspections, and dash-cam video events. The API is not openly self-service - access is gated to Reveal customers and their approved integration partners, who request Integration Manager and Reveal REST credentials through the Reveal marketplace before they can call the documented endpoints.
APIs
Verizon Connect Token Authorization API
Exchanges Base64-encoded Reveal REST credentials for a short-lived bearer authorization token (valid ~20 minutes) via GET /token. Subsequent API calls send an Atmosphere authori...
Verizon Connect Vehicle API
Retrieves the vehicles tracked within a Reveal account and their configuration and metadata. Related documented surfaces include the Vehicle Update API and the Attribute API for...
Verizon Connect Vehicle Location API
The Vehicle Update API in the Reveal Real-time Aggregated Data suite lets integrated customers and partners poll the latest GPS position and status captured by vehicles tracked ...
Verizon Connect Vehicle GPS History API
Retrieves the GPS history for a specified period within a Reveal account, using vehicle number as the unique identifier with a standard GET verb. Endpoints modeled from the publ...
Verizon Connect Vehicle Segment Data API
Provides vehicle trip / segment data - the stops, drives, idles, and journey detail derived from GPS activity for vehicles in a Reveal account. Endpoints modeled from the publis...
Verizon Connect Driver API
Retrieves and manages the drivers in a Reveal account and their profile data. Endpoints modeled from the published API list.
Verizon Connect Driver Status API
Retrieves a specified driver's current activity status (for example GET driver status by driver number), with a companion Driver Status Options API for the configurable status v...
Verizon Connect Driver Assignment API
Manages the assignment of drivers to vehicles within a Reveal account. Endpoints modeled from the published API list.
Verizon Connect Driver Safety API
Exposes driver safety and behavior data such as harsh driving, speeding, and related risk events captured across the fleet. Endpoints modeled from the published API list.
Verizon Connect Logbook API
Provides logbook and hours-of-service compliance information (for example current logbook status by driver) to third-party time card reporting, maintenance, routing, and dispatc...
Verizon Connect Geofence API
Manages geofences (Places) - the named locations and boundaries used to trigger entry/exit alerts and location reporting in Reveal. Endpoints modeled from the published API list.
Verizon Connect Group API
Manages the groups used to organize vehicles, drivers, and assets in a Reveal account, with a companion Group Relocation API for moving entities between groups. Endpoints modele...
Verizon Connect Work Order API
Creates and manages field-service work orders, with companion Work Order Status API and Work Order Type API surfaces for the supporting reference data. Endpoints modeled from th...
Verizon Connect Non-Powered Assets API
Tracks non-powered assets such as trailers and equipment, with companion Non-Powered Assets Update API (latest position/status polling) and Non-Powered Assets GPS History API su...
Verizon Connect Fleet Inspections API
Exposes fleet inspection (DVIR-style) records completed by drivers, for integration with maintenance and compliance systems. Endpoints modeled from the published API list.
Verizon Connect Video Event API
Provides dash-cam / video safety events captured by Verizon Connect Integrated Video, for pulling triggered clips and event metadata into external safety systems. Endpoints mode...
Verizon Connect User API
Manages the Reveal account users and their details. Endpoints modeled from the published API list.
Verizon Connect Webhooks
Reveal supports two webhook categories - Alert webhooks (event notifications such as Idling, Geofence/Place, Harsh Driving, Ignition, Speeding, Late Start, Long Stop, Sensor act...