Vehicle Endpoints
Send Destination
Send destination coordinates to the vehicle’s navigation system.
POST
/
vehicles
/
{id}
/
navigation
/
destination
Permission
control_navigation
Request
Path
The vehicle ID of the vehicle you are making a request to.
Body
The latitude of the location you wish to set the vehicle’s navigation to.
The longitude of the location you wish to set the vehicle’s navigation to.
Response
If the request is successful, Smartcar will return “success” (HTTP 200 status).
If the request is successful, Smartcar will return a message (HTTP 200 status).
Was this page helpful?