I have been using the “View events from a terminal” feature and the command:
curl https://api.particle.io/v1/devices/events?access_token=(redacted)
to feed events into a text file on my laptop which I then use for plotting the data in QGIS. It is scheduled on my laptop to issue the curl command every 1/2 hour and update the GIS maps accordingly. It all works well until the access token changes.
Is there a way to get a permanent access token to use with the curl command, or at least know when the access token will be changed?
thanks,
john