Vehicles
Get Vehicle 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 for error response schema and meaning of codes):
- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- RESOURCE_NOT_FOUND
- SERVER_ERROR
- UNSUPPORTED_OEM
get/v1/vehicles/{vehicle_id}/options
Path parameters
vehicle_idstring required
Unique internal identifier for the vehicle.
Unique internal identifier for the vehicle.
Response
Successful Response