GET /locations/vehicles

The vehicle locations API returns a history of all recorded telematics pings for any vehicle that is installed with a Maven Vehicle Data Adapter (VDA).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
  • The apiKey header authenticates and authorizes the request to retrieve all vehicle data for a specific company.
  • Vehicle pings are stored, queried, and returned by the time pings are uploaded into Maven's systems, not the time the event was generated by the VDA. This is to account for any data that was uploaded late - most likely due to the VDA being in periods of offline cell coverage.
  • This endpoint utilizes cursor based pagination to retrieve results. Read more about pagination.
  • The server will impose a maximum page size per individual responses. Use the pagination fields in the response object to query for subsequent pages to fulfill the entire request.
  • Records are stored for 6 months.
Query Params
date
required

ISO8601 string of the first data being polled (inclusive)

date

ISO8601 string of the last data being polled (inclusive)

string

If provided the response will include only locations for vehicles that belong to that group

boolean
Defaults to false

If true, the response will include additional attributes: rpm, heading, city, state, postalCode, speed, fuelLevel

Headers
string
required

API Key required to authenticate request

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json