Jetstream API
...
API Endpoints
Device Commands
Get Device Status
5min
Return the current WebSockets status of the specified device. Is the device online (WebSockets enabled) or offline (not WebSockets enabled)?
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. |
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-_]*$ |
GET https://api.jetstreamrfid.com/2/devices/{Device Name}/status
None Required
200 OK
{
"WebSocketsEnabled": true
}
Replaces GetDeviceStatus