Jetstream API
...
API Endpoints
Device Configuration
Get Device Credentials
5min
Return all credentials that are currently contained in the access control list of the specified device.
Property | Location | Details |
---|---|---|
AccessKey string
Required
Unique | Header | The access key for your user account. This value is a 36-character GUID provided in your user profile. |
DeviceName 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/3/devices/{Device Name}/credentials/basic
None Required
200 OK
[
"MyBasicCredentials1_Value",
"MyBasicCredentials2_Value",
"MyBasicCredentials3_Value"
]
Replaces Get All Passes.