Integrate with your GPS vendor

Expected API format for location data from GPS vendor:

API document which consists of - API URL with one-time/Permanent Authentication details. The API response should consist of location data for ALL devices/vehicles in array format as below.

Example: URL: https://api.wheelseye.com/currentLoc?accessToken=123456
Response:

{ "message": "Ok", "success": true, "list": [ { "vehicleNumber": "GJ11Z1234", "latitude": 22.94146, "longitude": 73.30259555555556, "speed": 0, "createdDate": 1618558042, }, { "vehicleNumber": "GJ11Z1235", "latitude": 22.94146, "longitude": 73.30259555555556, "speed": 0, "createdDate": 1618558042, } ] }

** Providing separate API for each vehicle will not be acceptable. FT needs an array response with all the vehicle data in one call.

Post your questions in the comment box to get answers from the experts who watch this page.

For engineering support: visit FT Support