added
Vehicle Location APIs
about 5 years ago by Tyler Freckmann
New vehicle location API endpoints are available that provide three ways of getting location data:
- Get the most recent location of all vehicles: GET
/fleet/vehicles/locations
- Get historical location data for a given time range: GET
/fleet/vehicles/locations/history
- Follow a feed of location data: GET
/fleet/vehicles/locations/feed
All the endpoints are paginated to improve performance and reliability. See the Vehicles Locations guide for more details.