Skip to main content
GET
/
v1
/
vehicles
/
{vehicle_id}
/
options
Get Vehicle Options
curl --request GET \
  --url https://api.volteras.com/v1/vehicles/{vehicle_id}/options \
  --header 'Authorization: Bearer <token>'
{
  "vehicleId": "<string>",
  "vehicleConfig": {
    "exteriorColor": "<string>",
    "chargePortType": "<string>",
    "driverAssist": "<string>",
    "efficiencyPackage": "<string>",
    "hasAirSuspension": true,
    "hasLudicrousMode": true,
    "hasSeatCooling": true,
    "headlampType": "<string>",
    "interiorTrimType": "<string>",
    "motorizedChargePort": true,
    "rearDriveUnit": "<string>",
    "rhd": true,
    "spoilerType": "<string>",
    "wheelType": "<string>"
  },
  "options": [
    {
      "code": "<string>",
      "description": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.volteras.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

vehicle_id
string
required

Unique internal identifier for the vehicle.

Response

200 - application/json

Successful Response

vehicleId
string
required
vehicleConfig
VehicleConfig · object
required
options
Option · object[]
required