Jetstream API
...
API Endpoints
Device Configuration
Get a Device
4min
Return a specified device from your Jetstream application.
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}
None Required
200 OK
{
"Name": "MyDeviceName",
"SerialNumber": "MyDeviceSerialNumber",
"DeviceDefinition": " TS032, Cabinet, US, UHF, GF, 7.9 cu ft, v4",
"Region": "US"
"Policy": "MyDevicePolicy"
}
None – this is a new endpoint