v1
latestOpenAPI 3.0.32026-07-13353343.5 KBTesla
Retrieve compass heading for a Tesla.
Description
This endpoint returns the compass heading of a Tesla. The value is in degrees, with 0 degrees being North.
get/vehicles/{vehicle_id}/tesla/compass
Response
returns the compass heading of a Tesla.
Example response
{
"direction": "N",
"heading": 90
}