cURL
curl --request POST \ --url https://api.tessie.com/{vin}/command/flash \ --header 'Authorization: Bearer <token>'
{ "result": true }
Flashes the lights.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
Whether to wait for the command to complete before returning a response.
Success
The response is of type object.
object