You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to access the Self Diagnostics feature, which I believe falls under mobile-app/macgyver/urgent-autodiag-result. But calling api('SERVICE_MACGYVER_DIAGNOSTIC_RESULT') returns a 404. Do I need to treat mobile-app/ endpoints differently?
The text was updated successfully, but these errors were encountered:
I was able to intercept requests between Tesla's latest android app and bff.
The URL looks like this (please note that i've intercepted another url): https://ownership.tesla.com/mobile-app/macgyver/activity-info/12345678?deviceLanguage=en&deviceCountry=US&ttpLocale=en_US&vin=5YJ3E1EB3JF000000
So far, from what i've tested, no special authentication or headers are required.
Use the Bearer token as you would for other endpoints.
I'm trying to access the Self Diagnostics feature, which I believe falls under
mobile-app/macgyver/urgent-autodiag-result
. But callingapi('SERVICE_MACGYVER_DIAGNOSTIC_RESULT')
returns a 404. Do I need to treatmobile-app/
endpoints differently?The text was updated successfully, but these errors were encountered: