APIs/Connected Vehicle APIVersion 2
APIs/Connected Vehicle APIVersion 2

Lights and sound

Flash exterior lights

Used to send a flash command to the vehicle. The vehicles turn signals will flash. To check if a vehicle supports this function please call List commands.

post

https://api.volvocars.com/connected-vehicle/v2/vehicles/{vin}/commands/flash

Scopes

  • openid

  • conve:honk_flash

Headers

All these header values are mandatory. They must exist in every request.

Request body

The request body data needed to perform the invocation command is NONE.

Response body

The response’s data node provides the details for the queried request.

Examples

curl -X POST 'https://api.volvocars.com/connected-vehicle/v2/vehicles/{vin}/commands/flash' \
  -H 'content-type: application/json' \
  -H 'authorization: Bearer <your-access-token>' \
  -H 'vcc-api-key: <your-vcc-api-key>'

Honk horn

Used to send a honk command to the vehicle. To check if a vehicle supports this function please call List commands.

post

https://api.volvocars.com/connected-vehicle/v2/vehicles/{vin}/commands/honk

Scopes

  • openid

  • conve:honk_flash

Headers

All these header values are mandatory. They must exist in every request.

Request body

The request body data needed to perform the invocation command is NONE.

Response body

The response’s data node provides the details for the queried request.

Examples

curl -X POST 'https://api.volvocars.com/connected-vehicle/v2/vehicles/{vin}/commands/honk' \
  -H 'content-type: application/json' \
  -H 'authorization: Bearer <your-access-token>' \
  -H 'vcc-api-key: <your-vcc-api-key>'

Honk and flash

Used to send a honk and flash command to the vehicle. To check if a vehicle supports this function please call List commands.

post

https://api.volvocars.com/connected-vehicle/v2/vehicles/{vin}/commands/honk-flash

Scopes

  • openid

  • conve:honk_flash

Headers

All these header values are mandatory. They must exist in every request.

Request body

The request body data needed to perform the invocation command is NONE.

Response body

The response’s data node provides the details for the queried request.

Examples

curl -X POST 'https://api.volvocars.com/connected-vehicle/v2/vehicles/{vin}/commands/honk-flash' \
  -H 'content-type: application/json' \
  -H 'authorization: Bearer <your-access-token>' \
  -H 'vcc-api-key: <your-vcc-api-key>'

/