Yes, the GPS/CAN data from the device can be shared via API in 2 different formats -
1 - PULL BASED API - In pull based you can fetch the data at set intervals on to your system on the basis of unique CI/CS for authorization (OAUTH 2.0). In a single hit, the API will return the latest record for all the devices which are associated to the passed CI/CS in seperate object. The record will include GPS data, Vehicle Details, Device Details, Event/Alarm summary and Input/Output mapping of the device.
2- PUSH BASED API - In push based you will have to create a server endpoint API in MapmyIndia’s desired JSON format and share the endpoint url with us. We will configure the same in our system and data will be pushed to your server on a real-time basis as and when received from the device.