get https://api.tessie.com//status
Returns the status of a vehicle.
The status may be asleep
, waiting_for_sleep
or awake
.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Returns the status of a vehicle.
The status may be asleep
, waiting_for_sleep
or awake
.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://api.tessie.com/vin/status \
--header 'accept: application/json'
xxxxxxxxxx
{
"status": "asleep"
}