Tesla · Example Payload

Tesla List Vehicles Example

AutomobilesCarsVehiclesElectric VehiclesEnergyClean EnergyIoT

Tesla List Vehicles Example is an example object payload from Tesla, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://owner-api.teslamotors.com/api/1/vehicles",
    "headers": {
      "Authorization": "Bearer <TESLA_ACCESS_TOKEN>"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "response": [
        {
          "id": 1234567890,
          "vehicle_id": 987654321,
          "vin": "5YJ3E1EA8PF000001",
          "display_name": "My Model 3",
          "option_codes": "AD15,MDL3,PBSB,RENA,BT37,ID3W,RF3G,S3PB,DRLH,DV2W,W39B,APF0,COUS,BC3B,CH07,PC30,FC3P,FG31,GLFR,HL31,HM31,IL31,LTPB,MR31,FM3B,RS3H,SA3P,STCP",
          "color": null,
          "access_type": "OWNER",
          "tokens": ["abc123", "def456"],
          "state": "online",
          "in_service": false,
          "id_s": "1234567890",
          "calendar_enabled": true,
          "api_version": 36,
          "backseat_token": null,
          "backseat_token_updated_at": null,
          "charge_state": null,
          "climate_state": null,
          "drive_state": null,
          "gui_settings": null,
          "vehicle_config": null,
          "vehicle_state": null
        }
      ],
      "count": 1
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/tesla-list-vehicles-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.