Skip to content

Commit

Permalink
Added v4.15 endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
tdorssers committed Dec 11, 2022
1 parent 94b05f0 commit 6c729d8
Showing 1 changed file with 103 additions and 8 deletions.
111 changes: 103 additions & 8 deletions teslapy/endpoints.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"ADD_KEY": {
"TYPE": "POST",
"URI": "api/1/vehicles/{vehicle_id}/add_key",
"AUTH": true
},
"STATUS": {
"TYPE": "GET",
"URI": "status",
Expand Down Expand Up @@ -75,6 +80,11 @@
"URI": "api/1/vehicles/{vehicle_id}/command/flash_lights",
"AUTH": true
},
"REMOTE_BOOMBOX": {
"TYPE": "POST",
"URI": "api/1/vehicles/{vehicle_id}/command/remote_boombox",
"AUTH": true
},
"CLIMATE_ON": {
"TYPE": "POST",
"URI": "api/1/vehicles/{vehicle_id}/command/auto_conditioning_start",
Expand Down Expand Up @@ -190,6 +200,11 @@
"URI": "api/1/vehicles/{vehicle_id}/command/charge_stop",
"AUTH": true
},
"SET_COP_TEMP": {
"TYPE": "POST",
"URI": "api/1/vehicles/{vehicle_id}/command/set_cop_temp",
"AUTH": true
},
"MEDIA_TOGGLE_PLAYBACK": {
"TYPE": "POST",
"URI": "api/1/vehicles/{vehicle_id}/command/media_toggle_playback",
Expand Down Expand Up @@ -681,6 +696,11 @@
"URI": "api/1/vehicles/{id}/jwt/hermes",
"AUTH": true
},
"RELEASE_NOTES": {
"TYPE": "GET",
"URI": "api/1/vehicles/{vehicle_id}/release_notes",
"AUTH": true
},
"STATIC_SUPERCHARGER_FILE": {
"TYPE": "GET",
"URI": "static/superchargers/{file_path}",
Expand Down Expand Up @@ -976,6 +996,11 @@
"URI": "bff/v2/mobile-app/service/tracker/{serviceVisitID}/estimate-status",
"AUTH": true
},
"SERVICE_APPROVE_DOC": {
"TYPE": "POST",
"URI": "bff/v2/mobile-app/service/tracker/{serviceVisitID}/doc-status",
"AUTH": true
},
"SERVICE_GET_FINAL_INVOICE_AMOUNT_DUE": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/service/tracker/{serviceVisitID}/amount-due",
Expand Down Expand Up @@ -1011,6 +1036,11 @@
"URI": "bff/v2/mobile-app/macgyver/service-type",
"AUTH": true
},
"SERVICE_MACGYVER_DIAGNOSTIC": {
"TYPE": "POST",
"URI": "mobile-app/macgyver/diagnostic",
"AUTH": true
},
"SERVICE_MACGYVER_DIAGNOSTIC_RESULT": {
"TYPE": "GET",
"URI": "mobile-app/macgyver/urgent-autodiag-result",
Expand Down Expand Up @@ -1071,6 +1101,11 @@
"URI": "mobile-app/service/reschedule-disclaimer",
"AUTH": true
},
"SERVICE_GET_RANGE_ANALYSIS_STATIC_CONTENT": {
"TYPE": "GET",
"URI": "mobile-app/macgyver/range-static-content",
"AUTH": true
},
"SERVICE_LOG": {
"TYPE": "POST",
"URI": "mobile-app/service/log/{issue-name}",
Expand All @@ -1091,21 +1126,71 @@
"URI": "bff/mobile-app/service/activities/{serviceVisitID}/final-summary",
"AUTH": true
},
"SERVICE_BILLING_ADDRESS": {
"TYPE": "GET",
"URI": "bff/mobile-app/service/billing-address",
"AUTH": true
},
"SERVICE_VISIT_BILLING_ADDRESS": {
"TYPE": "GET",
"URI": "bff/mobile-app/service/billing-address/service-visit/{serviceVisitID}",
"AUTH": true
},
"SERVICE_UPDATE_BILLING_ADDRESS": {
"TYPE": "POST",
"URI": "mobile-app/service/billing-address",
"AUTH": true
},
"SERVICE_VISIT_UPDATE_BILLING_ADDRESS": {
"TYPE": "POST",
"URI": "bff/mobile-app/service/billing-address/service-visit/{serviceVisitID}",
"AUTH": true
},
"ENERGY_OWNERSHIP_GET_TOGGLES": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/energy/feature-flags",
"AUTH": true
},
"ENERGY_OWNERSHIP_CREATE_OR_EDIT_BILLING_ADDRESS": {
"ENERGY_SITE_PROGRAM_CREATE_OR_EDIT_BILLING_ADDRESS": {
"TYPE": "POST",
"URI": "bff/v2/mobile-app/energy-site-program/billing-address",
"AUTH": true
},
"ENERGY_OWNERSHIP_GET_BILLING_ADDRESS": {
"ENERGY_SITE_PROGRAM_GET_BILLING_ADDRESS": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/energy-site-program/billing-address",
"AUTH": true
},
"ENERGY_SITE_PROGRAM_GET_BALANCE_DETAILS": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/energy-site-program/balance",
"AUTH": true
},
"ENERGY_SITE_PROGRAM_GET_STATEMENTS": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/energy-site-program/statements",
"AUTH": true
},
"ENERGY_SITE_PROGRAM_GET_STATEMENT": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/energy-site-program/statements/{statementId}",
"AUTH": true
},
"ENERGY_SITE_PROGRAM_GET_PAYMENT_HISTORY": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/energy-site-program/payments",
"AUTH": true
},
"ENERGY_SITE_PROGRAM_INITIATE_PAYMENT": {
"TYPE": "POST",
"URI": "bff/v2/mobile-app/energy-site-program/payments/initiate",
"AUTH": true
},
"ENERGY_SITE_PROGRAM_COMPLETE_PAYMENT": {
"TYPE": "POST",
"URI": "bff/v2/mobile-app/energy-site-program/payments/complete",
"AUTH": true
},
"ENERGY_SERVICE_GET_SITE_INFORMATION": {
"TYPE": "GET",
"URI": "bff/v2/mobile-app/energy-service/site-information",
Expand Down Expand Up @@ -1183,7 +1268,12 @@
},
"LOOTBOX_GET_ONBOARDING_COPY": {
"TYPE": "GET",
"URI": "mobile-app/referrals/getOnboardingCopy",
"URI": "mobile-app/referrals/getOnboardingConfigurations",
"AUTH": true
},
"LOOTBOX_GET_TERMS": {
"TYPE": "GET",
"URI": "mobile-app/referrals/terms",
"AUTH": true
},
"LOOTBOX_PAST_REFERRAL_DATA": {
Expand Down Expand Up @@ -1801,14 +1891,14 @@
"URI": "bff/v2/mobile-app/financing/billing-address",
"AUTH": true
},
"FINANCING_ONE_TIME_PAYMENT_SIGNED_TOKEN": {
"FINANCING_PAYMENT_SIGNED_TOKEN": {
"TYPE": "POST",
"URI": "bff/v2/mobile-app/financing/one-time-payment-signed-token",
"URI": "bff/v2/mobile-app/financing/payment-signed-token",
"AUTH": true
},
"FINANCING_UPDATE_ONE_TIME_PAYMENT_STATUS": {
"FINANCING_UPDATE_PAYMENT_STATUS": {
"TYPE": "POST",
"URI": "bff/v2/mobile-app/financing/update-one-time-payment-status",
"URI": "bff/v2/mobile-app/financing/update-payment-status",
"AUTH": true
},
"FINANCING_UPDATE_ENROLLMENT_SETTINGS": {
Expand Down Expand Up @@ -2123,7 +2213,7 @@
},
"OWNERSHIP_TRANSFER_TOOL_VALIDATE_CAR_NAME": {
"TYPE": "POST",
"URI": "bff/mobile-app/transfer/validate-car-name",
"URI": "bff/mobile-app/transfer/check-name",
"AUTH": true
},
"OWNERSHIP_TRANSFER_TOOL_REMOVE_INITIATE": {
Expand Down Expand Up @@ -2205,5 +2295,10 @@
"TYPE": "POST",
"URI": "bff/v2/mobile-app/notifications/news-and-events",
"AUTH": true
},
"SPLASH_FEATURE_FLAG": {
"TYPE": "GET",
"URI": "bff/mobile-app/splash-feature-flag",
"AUTH": false
}
}

0 comments on commit 6c729d8

Please sign in to comment.