improved

Updates to Driver Performance Events V2 endpoint

The Driver Performance Event V2 is now updated to support aggregated events such as Lane Swerving.

Updated Info

  • Method: GET
  • URL: https://api.gomotive.com/v2/driver_performance_events
  • Purpose: Some safety behaviors (e.g., lane swerving) are composed of multiple closely related sub‑events. To model these accurately while preserving per‑segment context, this API now exposes an aggregated event shape: events flagged aggregated=true include sub_event_metadata with sub_events containing timestamps, speed/heading, detailed telemetry, and optional camera media for each segment. This lets integrators reconstruct the full sequence, identify the most intense segment (max_intensity_event), and fetch media per sub‑event—while keeping non‑aggregated events unchanged and backward compatible.

Read the API documentation