Fetch the last recorded telemetry for a given vehicle
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
id
integer
required
The id of the vehicle
event_received_at
date-time
required
The timestamp when the telematics provider recorded the event
fuel
object
required
fuelobject
odometer
object
required
odometerobject
api-version
integer
required
Target API version
``200 No Content
``401 Unauthorized
``403 Forbidden
``404 Not found
``406 Not Acceptable
Updated3 months ago
ShellNodeRubyPHPPython
Bearer
Base URL
https://api.dealerware.com/admin/vehicles/{id}/telemetry
``
xxxxxxxxxx
curl --request GET \
--url https://api.dealerware.com/admin/vehicles/id/telemetry \
--header 'accept: application/json' \
--header 'content-type: application/json' ``
application/json
401403404406
Updated3 months ago