added

Driver Status Visibility Enhancement

Release Date: May 22, 2025

What’s Improved?

We’ve updated the Driver endpoints in the Public API to include an isActive field, helping external systems easily determine whether a driver is currently active based on their operational status.

Added Field:

isActive – Indicates whether the driver is currently active.

The value of isActive is:

  • true for active
  • false for inactive.

Why?

Previously, API consumers had to interpret raw status strings to determine activity. Now, the system does that work internally and returns a clear, easy-to-use value - reducing complexity and helping teams filter or display driver activity more reliably.