Vehicle Data: Windows

GET https://api.volvocars.com/connected-vehicle/v2/vehicles/{{VIN}}/windows

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Authorizationstring
vcc-api-keystring

RESPONSES

status: OK

{"data":{"frontLeftWindow":{"value":"CLOSED","timestamp":"2023-11-20T18:07:33.514Z"},"frontRightWindow":{"value":"CLOSED","timestamp":"2023-11-20T18:07:33.514Z"},"rearLeftWindow":{"value":"CLOSED","timestamp":"2023-11-20T18:07:33.514Z"},"rearRightWindow":{"value":"CLOSED","timestamp":"2023-11-20T18:07:33.514Z"},"sunroof":{"value":"CLOSED","timestamp":"2023-11-20T18:07:33.514Z"}}}