cURL
curl --request GET \ --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/vehicle/nearest \ --header 'Authorization: Bearer <token>'
[ { "vehicleId": "<string>", "registration": "<string>", "distance": 123 } ]
Find vehicles nearest to a specified location or coordinate within a given radius.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Nearest vehicles found successfully.
Vehicle identifier
Vehicle registration
Distance to the vehicle in kilometers
Was this page helpful?