Vehicle Commands (Legacy)
Send Destination
Send destination coordinates to the vehicle’s navigation system.
Remote commands are now available in API v3. We recommend using v3 for new command integrations. Commands remain available in v2.0 until it is deprecated.
Permission
control_navigation
Request
Pathstring
required
The vehicle ID of the vehicle you are making a request to.
number
required
The latitude of the location you wish to set the vehicle’s navigation to.
number
required
The longitude of the location you wish to set the vehicle’s navigation to.
Response
string
If the request is successful, Smartcar will return “success” (HTTP 200 status).
string
If the request is successful, Smartcar will return a message (HTTP 200 status).

