Vehicle Data: Windows
GET https://api.volvocars.com/connected-vehicle/v2/vehicles/{{VIN}}/windows
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string | ||
vcc-api-key | string |
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"}}}