Skip to main content
GET
/
v1
/
vehicles
/
{vehicle_id}
/
charging-windows
List Charging Windows
curl --request GET \
  --url https://api.volteras.com/v1/vehicles/{vehicle_id}/charging-windows \
  --header 'Authorization: Bearer <token>'
{
  "chargingWindows": [
    {
      "startHour": 123,
      "startMinute": 123,
      "endHour": 123,
      "endMinute": 123,
      "daysOfWeek": [],
      "localTimeOffset": 123,
      "windowLocation": {
        "longitude": 123,
        "latitude": 123
      }
    }
  ]
}

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

chargingWindows
ChargingWindow · object[]
required