GET https://teslascope.com/api/vehicle/:public_id/state
This is an object representing the current state (ie: online, asleep, offline) of a vehicle.
code integer |
The status code of the request. |
response string |
The response text of the request. |
{
"code":200,
"response":"online"
}