---
title: "Get Vehicle Options"
method: GET
path: "/v1/vehicles/{vehicle_id}/options"
tags: ["Vehicles"]
---

# Get Vehicle Options

`GET /v1/vehicles/{vehicle_id}/options`

Retrieves the options data for a specific Tesla vehicle based on its unique identifier (ID).

**Parameters:**
- `vehicle_id`: The unique identifier (ID) of the vehicle to retrieve the options.

**Returns:**
- A response containing options data for the vehicle.


Possible Codes in Error Response (see [Errors](https://docs.volteras.com/api-reference/errors) for error response schema and meaning of codes):

- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- RESOURCE_NOT_FOUND
- SERVER_ERROR
- UNSUPPORTED_OEM

## Path parameters

- `vehicle_id` string, required — Unique internal identifier for the vehicle.

## Response `200`

Successful Response

- VehicleOptions
  - `vehicleId` string, required
  - `vehicleConfig` VehicleConfig, required
    - `exteriorColor` string, nullable
    - `chargePortType` string, nullable
    - `driverAssist` string, nullable
    - `efficiencyPackage` string, nullable
    - `hasAirSuspension` boolean, nullable
    - `hasLudicrousMode` boolean, nullable
    - `hasSeatCooling` boolean, nullable
    - `headlampType` string, nullable
    - `interiorTrimType` string, nullable
    - `motorizedChargePort` boolean, nullable
    - `rearDriveUnit` string, nullable
    - `rhd` boolean, nullable
    - `spoilerType` string, nullable
    - `wheelType` string, nullable
  - `options` Option[], required
    - `code` string, required
    - `description` string, nullable

---

[API](https://skmtc.net/volteras/apis/volteras-connect.md) · [All operations](https://skmtc.net/volteras/apis/volteras-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/volteras/volteras-connect/revisions/bcb08bba814d/schema)
