curl "https://api.smartcar.com/v2.0/vehicles/{id}/navigation/destination" \ -H "Authorization: Bearer {token}" \ -X "POST" \ -H "Content-Type: application/json" \ -d '{"latitude": 51.5007, "longitude" : 0.1246}'
{ "message": "Successfully sent request to vehicle", "status": "success" }
Send destination coordinates to the vehicle’s navigation system.
control_navigation
Was this page helpful?