Trips

The Trips API gives you programmatic access to every recorded and processed trip for a given user.

The Trips API gives you programmatic access to every recorded and processed trip for a given user. You can retrieve a paginated list of trips with summary-level data, or fetch the full details for a specific trip including waypoints, events, and scoring breakdowns.

Use the Trips API to:

  • Power an in-app trip history feed for your users
  • Feed trip data into your own analytics or BI pipeline
  • Retrieve scored trips for claims processing or insurance pricing
  • Pull waypoint data for route visualisation or replay features

All trip endpoints require a valid user access token. Trips are available through the API within minutes of the SDK completing a trip on-device.

List of trips — Retrieve a paginated, filterable list of all trips for a user, with summary scores and metadata for each.

Trip details — Fetch the full data payload for a single trip: all scoring sub-dimensions, event list with timestamps and severities, and GPS waypoints.