Latest Vehicle Locations
List the latest location of the vehicles in the connected account.
This endpoint will call the provider’s API in real time to get the latest location of the vehicle. Please note: this endpoint will exclude vehicles that have no last known location.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The token returned when a user authenticated their account. This authorizes access to a specific account.
Query Parameters
Pagination cursor to start requests from
The maximum number of results to return in a page.
Include raw responses used to normalize model. Used for debugging or accessing unique properties that are not unified.
Comma separated list of vehicle IDs to filter for
Comma separated list of driver IDs to filter for
Expand resources in the returned response
vehicle
, driver
, vehicle,driver
, driver,vehicle
Response
Cursor used for pagination.