added
New endpoints for Compliance Driving Events
September 14th, 2026 by Abhay Anumula
With this release, we are introducing 2 new endpoints that will fetch the compliance driving events.
Endpoints
Fetch a list of the Compliance Driving Events
- URL: https://api.gomotive.com/v1/compliance_driving_events
- Method: GET
- Purpose: Use this API to fetch a paginated list of compliance driving events for the authenticated company. Compliance driving events include regular driving, Personal Conveyance (PC), and Yard Move (YM) events.
Fetch a compliance driving event by ID
- URL: https://api.gomotive.com/v1/compliance_driving_events/{id}
- Method: GET
- Purpose: Use this API to fetch a single compliance driving event by its unique ID.
