The API Keys section allows you to generate keys to access GPStoApp’s APIs for managing devices and retrieving device data.
API keys are required to authenticate API requests. Include the token in the header of your API calls.
https://api.gpstoapp.com/devices
Authorization: Bearer {API_KEY}
https://api.gpstoapp.com/devicedata
Authorization: Bearer {API_KEY}
{"imei": "350612078356019",
"startDate": "2024-12-02T00:30:00Z",
"endDate": "2024-12-03T23:59:00Z"
}