Enables partners to identify vehicles that were active within a requested date range.

Platform

Base Read API URL

Authentication

Two headers are required for every request:

HeaderRequiredPurpose
x-api-keyYesAPI key
provider-tokenYesProvider authentication token

Endpoint

GET/api/externalservice/active-units/:usdot/?from={date}&to={date}

Parameters

ParameterTypeRequiredDescription
usdotPathYesCompany USDOT number
fromQueryYesStart timestamp (ISO 8601)
toQueryYesEnd timestamp (ISO 8601)

Example Request URL

bash

Response Structure

Returns an array of unit objects for all vehicles that were active within the requested time range.

json
[
  {
    "id": "string",
    "truck_number": "string",
    "vin": "string"
  }
]

Response Fields

FieldTypeDescription
idstringUnique vehicle identifier
truck_numberstringThe truck's assigned number
vinstringVehicle Identification Number

Example cURL Request

bash

Contact the support team for access credentials or integration assistance.
© 2026 API