Messages API
We've released a new set of APIs around driver messaging. Now you can send and retrieve messages to a driver or set of drivers using the new messages API.
Users API
We've released a new set of APIs for user management within Samsara. Create, update, and delete users in your Samsara organization. This can be integrated with your identity provider platforms to manage account provisioning and permissions.
Documents API
We've released a new API to fetch individual documents submitted by a given driver.
Trailer Assignments API
Fetch trailer assignment data using the new trailer assignment API.
Co-drivers in Trips API
The trips API now includes information about co-driving passengers during a given driving segment.
Odometer in Routes APIs
The routing APIs now include odometer_start_meters
and odometer_end_meters
to give you more visibility into distance traveled by a given vehicle.
Routes in /v1/fleet/locations
The /v1/fleet/locations
endpoint now returns a list of all active routes that the vehicle is traveling on.
Drivers APIs
We've released new endpoints to manage driver accounts via API. Now you can programmatically update driver information, such as driver password, in order to keep your driver records up-to-date.
API Version: 2019-02-22
We've released a new version of the API on 2019-02-22: If there is no value for a field in the Drivers object, then the Driver object will not show the given field. Previously, this field would be visible with a null value. You can upgrade your API token on your admin dashboard to receive this change.
Odometer in /v1/fleet/locations
The /v1/fleet/locations
endpoint now returns information about the vehicle odometer.