---
title: "Get Carrier ELD Fleet Vehicle Locations"
method: GET
path: "/_c/std/api/CarrierEldFleetLocationAPI.aspx"
tags: ["Onboard/Monitor Carriers"]
---

# Get Carrier ELD Fleet Vehicle Locations

`GET /_c/std/api/CarrierEldFleetLocationAPI.aspx`

Retrieves fleet vehicle locations for a carrier by DOT number

## Query parameters

- `dotNumber` string, required — Carrier DOT number used to retrieve fleet vehicle locations

## Headers

- `Authorization` string, required
- `Accept` 'application/json' | 'application/xml', required

## Response `200`

Successful response

- object
  - `Success` boolean — Indicates whether the request succeeded
  - `Message` string, nullable — Error message when Success = false
  - `Data` object[] — Present when Success = true
    - `id` number — Unique vehicle location record identifier
    - `vehicleId` number — Vehicle identifier
    - `latitude` number — Vehicle latitude
    - `longitude` number — Vehicle longitude
    - `course` number — Vehicle heading
    - `address` string — Address associated with the location
    - `dateTime` string — Timestamp of the location record
    - `vehicle` object
      - `id` number — Vehicle identifier
      - `name` string — Vehicle or driver name
      - `oem` string — Vehicle OEM
      - `model` string — Vehicle model
      - `modelYear` string — Vehicle model year
      - `vin` string — Vehicle VIN
      - `licensePlateState` string — License plate state
      - `licensePlateNumber` string — License plate number
      - `eldDeviceId` string — Associated ELD device identifier
      - `totalMiles` number — Total miles recorded
      - `speed` object
        - `value` number — Speed value
        - `unit` string — Speed unit

---

[API](https://skmtc.net/truckstop/apis/authentication.md) · [All operations](https://skmtc.net/truckstop/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truckstop/authentication/versions/da4fa196575d/schema)
