Jetstream API
...
API Endpoints
Device Commands
Get Device Status
5min
about return the current websockets status of the specified device is the device online (websockets enabled) or offline (not websockets enabled)? parameters property location details accesskey string required unique header the access key for your user account this value is a 36 character guid provided during user account sign up https //jetstreamrfid com/login/signup name string required unique url the name of the device this value has a max length of 128 ascii characters this value must adhere to this regular expression ^\[a za z0 9 ] $ example request url get https //api jetstreamrfid com/2/devices/{device name}/status request body none required response code 200 ok response body { "websocketsenabled" true } version changes replaces getdevicestatus