> For the complete documentation index, see [llms.txt](https://tesla-api.timdorr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tesla-api.timdorr.com/vehicle/state/mobileenabled.md).

# Mobile Enabled

## GET `/api/1/vehicles/{id}/mobile_enabled`

Lets you know if the Mobile Access setting is enabled in the car.

### Response

```json
{
  "response": true
}
```
