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