curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/charge/charge_port_door" \ -H "Authorization: Bearer {token}" \ -X "POST" \ -H "Content-Type: application/json" \ -d '{"action" : "OPEN"}'
{ "message": "Successfully sent request to vehicle", "status": "success" }
Open or close the vehicle’s charge port door.
tesla
control_charge
OPEN
CLOSE
Was this page helpful?