improved

API Version: 2024.05.01

We've released a new version of the API. This version updates the behavior of the GET v1/fleet/maintenance/list endpoint: In the new version of the API, only lamps with status 1 or 2 are considered active, aligning with the j1939 standard. Previously, status 3 was incorrectly deemed active.

improved

API Version: 2024.05.01

We've released a new version of the API. This version updates the behavior of the GET fleet/vehicles/stats/history endpoint: In the new version of the API, only lamps with status 1 or 2 are considered active, aligning with the j1939 standard. Previously, status 3 was incorrectly deemed active.

improved

API Version: 2024.05.01

We've released a new version of the API. This version updates the behavior of the GET fleet/vehicles/stats endpoint: In the new version of the API, only lamps with status 1 or 2 are considered active, aligning with the j1939 standard. Previously, status 3 was incorrectly deemed active.

improved

API Version: 2024.05.01

We've released a new version of the API. This version updates the behavior of the GET fleet/vehicles/stats/feed endpoint: In the new version of the API, only lamps with status 1 or 2 are considered active, aligning with the j1939 standard. Previously, status 3 was incorrectly deemed active.

added

New Beta API: POST driver-trailer-assignments

The POST driver-trailer-assignments endpoint is now in the Beta stage. Feel free to send in your comments via our feedback form. (Note this endpoint should not be used in production until it is made generally available).

added

GET fleet/hos/violations (Generally Available)

The GET fleet/hos/violations endpoint is now generally available and fully supported for production :tada:! Check it out and happy coding :computer:.

added

New Preview API: GET preview/trips/stream

The GET preview/trips/stream endpoint is now in the Preview stage. Feel free to send in your comments via our feedback form. (Note this endpoint should not be used in production until it is made generally available).

Updated static Webhook IP Address list

We’ve updated our static Webhook IP Address list.

GET gateways: Adds VG55 gateway model and variants

The GET gateways endpoint has some new features! Updated the model enum with additional values for VG55NA, VG55EU and VG55FN.

improved

API Version: 2024.04.03

We've released a new version of the API. This version updates the behavior of the PATCH fleet/drivers/.id endpoint: If a nullable field is explicitly set to null in the JSON body of the PATCH request, the field will be set to the empty value. Nullable fields include phone, notes, carrier, license, locale, timezone, ELD exempt reason, home terminal, group tag, DOT number override fields. Previously, this endpoint just silently ignored an invalid timezone. Now, it will return an error.