Verizon Connect is a cloud fleet management and GPS telematics platform that helps organizations track vehicles, monitor driver behavior, automate DOT compliance, and optimize routes. An unofficial API lets you programmatically pull vehicles, drivers, real-time GPS positions, trips, Hours of Service records, and non-powered asset data—and push updates like job assignments, driver and vehicle records, and group membership back into Verizon Connect.

Verizon Connect is a cloud-based fleet management and GPS telematics platform that helps organizations track vehicles in the field, improve fleet operations, increase worker productivity, and automate regulatory compliance. Fleets use Verizon Connect to monitor real-time vehicle location, coach drivers on behavior such as speeding, idling, and harsh driving, optimize routes and dispatch, manage maintenance, and meet DOT requirements for Hours of Service and electronic logging.
Core product areas include:
Common data entities:
Fleets run mission-critical operations on Verizon Connect every day, but turning telematics data into reliable API-driven automation is non-trivial:
Supergood reverse-engineers Verizon Connect's authenticated Reveal REST services and Integration Manager flows to deliver a resilient API layer for your fleet account—normalizing vehicles, drivers, positions, and compliance data into a single consistent surface.
Use Verizon Connect with AI agents: Verizon Connect MCP Server →
Book a 30-minute session to confirm your products, account surfaces, and authentication model.
We deliver a production-ready Verizon Connect adapter tailored to your account configuration and entitlements.
Go live with continuous monitoring and automatic adjustments as Verizon Connect evolves.
Authentication
/authenticateAuthenticate with Reveal REST integration credentials (Base64 username:password) and obtain a short-lived authorization token for downstream calls.
Fleet
/vehiclesList vehicles with filters for group, location, status, and odometer, including hardware and configuration details.
Drivers
/driversRetrieve drivers, user access records, and driver performance events such as speeding, idling, and harsh-driving violations.
Telematics
/positionsPull real-time and historical GPS positions and journey history for vehicles across the fleet.
Compliance
/hours_of_serviceAccess Hours of Service status, ELD logs, and DVIR records for DOT compliance verification.
Dispatch
/create_jobSend a job or work assignment from a CRM or dispatch system directly to a driver or vehicle.
- Pull real-time and historical GPS positions and journey history into a central warehouse - Stream driver performance and violation events to downstream safety and coaching tools - Reconcile vehicle, group, and location records across business systems for a unified fleet view
- Pull Hours of Service status, ELD logs, and DVIR records for verification and audit - Flag pending and missing inspections to compliance workflows - Push driver-vehicle assignments and status changes back to keep logs accurate
- Send jobs from CRM and dispatch systems directly to drivers in the field - Export delivery data to feed route-optimization engines - Track journey status and completion back into the originating system
- Import mileage and odometer readings for vehicle depreciation and accounting - Sync preventive and as-needed maintenance records into asset-management tools - Match fuel and usage data against cost and budgeting workflows
Authentication
Reveal REST integration credentials via Base64 username:password exchange, handled in a managed session
Connectivity
Authenticated Reveal REST services and Integration Manager flows surfaced through a single normalized API
Response format
Normalized JSON across Vehicles, Drivers, Positions, Trips, HOS, and Assets objects
Rate limits
Adaptive throttling and paging tuned to your fleet size to avoid Verizon Connect-side limits
Session management
Automatic token refresh ahead of the ~20-minute expiry, plus credential rotation
Data freshness
Near real-time GPS position and status pulls with optional scheduled batch syncs
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for position updates, driver violations, job status, and compliance changes
Latency
Sub-second reads on cached entities; multi-second responses on large journey-history pulls
Throughput
Horizontally scaled workers sized to high-frequency GPS and event volume across large fleets
Reliability
Retry, backoff, and idempotency keys for job creation and compliance writes
Adaptation
Continuous monitoring of Reveal, Integration Manager, and legacy Fleet surface changes for configuration drift
Yes. Supergood works with your existing Verizon Connect account using Reveal REST integration credentials provisioned for your fleet. We handle the Base64 credential exchange and token lifecycle on your behalf.
Verizon Connect authorization tokens expire roughly every 20 minutes. Supergood automatically refreshes tokens ahead of expiry inside a managed session, so your integration never sees an interruption.
Yes. Supergood normalizes across Reveal REST services, the Fleetmatics-era Integration Manager, and legacy Fleet surfaces so you integrate against one consistent object model regardless of your account's history.
Yes. Hours of Service status, ELD logs, and DVIR records are exposed through the same normalized API surface, with accurate timestamps and driver-vehicle assignment handling for audit and reporting.
Yes. Beyond reads, the API supports writes such as creating job assignments, updating driver and vehicle records, and syncing group membership back into your account.