Gets ECM data for a specified vehicle.

SecurityAPIKey
Request
path Parameters
vehicleId
required
integer <int64>

The identifier of the vehicle.

Responses
200
204

The requested resource contained no data. The vehicle does not have any data associated to it.

400

The parameters given in the request are invalid.

401

Can occur due to inputting an invalid key, or invalid pod

403

Access is denied for this API. The given APIKey's context does not have the proper permissions.

404

The requested resource does not exist or is not available within the given APIKey's context.

500
get/vehicles/{vehicleId}/odometer
Request samples
Response samples
application/json
{
  • "vehicleId": 0,
  • "vin": "string",
  • "deviceVin": "string",
  • "odometer": 0,
  • "location": {
    }
}