POST
/
{vin}
/
command
/
share
Share
curl --request POST \
  --url https://api.tessie.com/{vin}/command/share \
  --header 'Authorization: Bearer <token>'
{
  "result": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vin
string
required

The associated VIN.

Query Parameters

wait_for_completion
boolean
default:true

Whether to wait for the command to complete before returning a response.

value
string
required

A street address, latitude/longitude coordinates or a video URL.

locale
string
default:en-US

The language and country code locale of the address. Useful for helping addresses translate to the navigation system accurately.

Response

200 - application/json

Success

The response is of type object.