Retrieves ECM data about the specified vehicle

SecurityAPIKey
Request
path Parameters
vehicleId
required
integer <int64>

The primary idenfitier of the vehicle.

Responses
200
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}
Request samples
Response samples
application/json
{
  • "vehicleId": 0,
  • "vin": "string",
  • "deviceVin": "string",
  • "odometer": 0,
  • "location": {
    }
}