Documentation doesn't include /isAlive Endpoint

Is the /isAlive API endpoint not public, since in the documentation there is only /isOnline mentioned. But in the python api wrapper, there is an endpoint for /isAlive

@3ddelano

The python wrapper was last updated in 2018. But yes, ‘isAlive’ is still into effect. It is completely public, and you can use it with your Bolt Device.

Since its an old update, we have a successor that is ‘isOnline’, which returns with the time of the device as well.

For testing isAlive, you can use the below API URL,
https://cloud.boltiot.com/remote/<api-key>/isAlive?&deviceName=<device-id>

For testing isOnline, you can use the below API URL,
https://cloud.boltiot.com/remote/<api-key>/isOnline?&deviceName=<device-id>

Thanks for the info!