Tesla API Information Dump #648
Replies: 3 comments
-
Tesla URI's stored inside the app (android)The full version contains API Keys and configuration stuff. (removed as they are not needed here) APP_URL_SCHEME = "tesla";
APP_URL_SCHEME_V3 = "teslamotors";
AUTH_AUTHORIZE_URI = "https://auth-global.tesla.com/oauth2/v3/authorize";
AUTH_AUTHORIZE_URI_CN = "https://auth.tesla.cn/oauth2/v3/authorize";
AUTH_CLIENT_ID = "ownerapi";
AUTH_REDIRECT_URI = "https://auth.tesla.com/void/callback";
AUTH_REGION_JSON = "https://auth.tesla.com/_assets/data/locales-by-market.json";
AUTH_REGISTER_URI = "https://auth-global.tesla.com/oauth2/v3/register";
AUTH_REGISTER_URI_CN = "https://auth.tesla.cn/oauth2/v3/register";
AUTH_SSO_URI = "https://sso.tesla.com";
AUTH_SSO_URI_CN = "https://sso.tesla.cn";
AUTH_URI = "https://auth.tesla.com/oauth2/v3";
AUTH_URI_CN = "https://auth.tesla.cn/oauth2/v3";
CHARGING_PROXY_BASE_URL = "https://akamai-apigateway-charging-ownership.tesla.com/";
CHARGING_PROXY_BASE_URL_CN = "https://akamai-apigateway-charging-ownership.tesla.cn/";
COMMERCE_ENDPOINT_CDN = "https://shop.tesla.com";
COMMERCE_ENDPOINT_CDN_CN = "https://shop.tesla.cn";
GIO_HOST = "https://akamai-apigateway-gio-analytics.tesla.cn";
HERMES_URI = "wss://signaling.vn.teslamotors.com:443/v1/mobile";
HERMES_URI_CN = "wss://signaling.vn.cloud.tesla.cn:443/v1/mobile";
JPUSH_PKGNAME = "com.teslamotors.tesla";
OWNERAPI_BASE_URL = "https://owner-api.teslamotors.com/";
OWNERAPI_BASE_URL_CN = "https://owner-api.vn.cloud.tesla.cn/";
OWNERAPI_CLIENT_ID = "81527cff06843c8634fdc09e8ac0abefb46ac849f38fe1e431c2ef2106796384";
OWNERAPI_CLIENT_SECRET = "c7257eb71a564034f9419ee651c7d0e5f7aa6bfbd18bafb5c5c033b093bb2fa3";
OWNERSHIP_PROXY_BASE_URL = "https://ownership.tesla.com/";
OWNERSHIP_PROXY_BASE_URL_CN = "https://ownership.tesla.cn/";
PLAID_REDIRECT_URL = "https://ownership.tesla.com/1/plaid/oauth";
SENTRY_ANDROID_ENDPOINT = "https://b137b6b4d8c047ba9e429ac9fb9ddf32@uicrashtracer.tesla.com/8";
SENTRY_ANDROID_ENDPOINT_CN = "https://70572ffa50524e1981f5ee7b57ea81a7@akamai-apigateway-sentry.tesla.cn/5";
SENTRY_IOS_ENDPOINT = "https://c1ad0d1b7177450aaaf8a91863960dc7@uicrashtracer.tesla.com/7";
SENTRY_IOS_ENDPOINT_CN = "https://08849ac6d6174be0a5b216cc78829b2e@akamai-apigateway-sentry.tesla.cn/12";
STREAMING_SERVER_BASE_URL = "wss://streaming.vn.teslamotors.com/";
STREAMING_SERVER_BASE_URL_CN = "wss://streaming.vn.cloud.tesla.cn/";
TESLA_WEB_CN_URL = "https://www.tesla.cn";
TESLA_WEB_URL = "https://www.tesla.com";
VERSION_CODE = 1411;
VERSION_NAME = "4.14.2-1411";
VFX_PROXY_BASE_URL = "https://akamai-apigateway-vfx.tesla.com";
VFX_PROXY_BASE_URL_CN = "https://akamai-apigateway-vfx.tesla.cn/";
VIDEO_UPLOAD_PROXY_BASE_URL = "https://files-ownership.tesla.com/";
VIDEO_UPLOAD_PROXY_BASE_URL_CN = "https://files-ownership.tesla.cn/"; |
Beta Was this translation helpful? Give feedback.
-
Update:It turns out that these are Bluetooth only features, so nothing to do with this API / Docs
## The new door unlatch and MX palladium door controls
|
Beta Was this translation helpful? Give feedback.
-
Endpoints fileThe Tesla App / Apk reads the endpoints from |
Beta Was this translation helpful? Give feedback.
-
Tesla API Information Dump
A discussion page to gather knowledge, give information about certain endpoints, known urls or things that are currently too incomplete to be added to the documentation.
Rules (i guess)
Ex. posting just a url without any context.
Kind regards!
Beta Was this translation helpful? Give feedback.
All reactions