Skip to main content
GET
/
v1
/
vehicles
/
{vehicle_id}
/
range
Get Vehicle Range
curl --request GET \
  --url https://api.volteras.com/v1/vehicles/{vehicle_id}/range \
  --header 'Authorization: Bearer <token>'
{
  "vehicleId": "<string>",
  "unit": "<string>",
  "calculationDate": "2023-12-25",
  "range": {
    "nominal": {},
    "score": {},
    "real": "<string>",
    "realWarmerRange": "<string>",
    "realColderRange": "<string>"
  }
}

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
unit
string
required
calculationDate
string<date>
required
range
RangeDetail · object
required