Tesla JSON API (Unofficial)
GitHub
Tesla
Search
⌃
K
Links
Introduction
API Basics
Authentication
Users
Vehicles
Energy Products
Trip Planner
Vehicle
State
Commands
Wake
Alerts
Remote Start
Homelink
Speed Limit
Valet Mode
Sentry Mode
Doors
Frunk/Trunk
Windows
Sunroof
Charging
Climate
Media
Sharing
Software Updates
Calendar
Miscellaneous
Streaming
Autopark/Summon
Option Codes
Energy Products
Overview
Miscellaneous
Endpoints File
Powered By
GitBook
Sentry Mode
POST
/api/1/vehicles/{id}/command/set_sentry_mode
Turns sentry mode on or off.
Request
This endpoint requires a singular parameter
on
, inside the POST body with the value set to
true
for enabling and
false
for disabling sentry mode.
Example
{
"on"
:
"true"
}
Response
{
"reason"
:
""
,
"result"
:
true
}
Previous
Valet Mode
Next
Doors
Last modified
1yr ago