Users
Endpoints for getting information about the current user
These endpoints provide data on the current user.
Get the current user's information.
{
"email": "[email protected]",
"full_name": "Elon Musk",
"profile_image_url": "https://vehicle-files.prd.euw1.vn.cloud.tesla.com/profile_images/{IMG}.jpg"
}
This endpoint is a mystery, it returns what appears to be base64 encoded strings. When decoded it has a bunch of jibberish and then two certificates and some readable strings, and what appears to be a hash of something.
{
"vault": "base64_jibberish"
}
Get the feature configuration for the mobile app.
{
"signaling": {
"enabled": true,
"subscribe_connectivity": false
}
}
Last modified 4mo ago