Get Device Security
GET {{baseUrl}}/v1/device/:deviceUid/security
Get a device security options
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Accept | string |
RESPONSES
status: OK
{"bluetoothEnabled":"\u003cboolean\u003e","usbEnabled":"\u003cboolean\u003e","wifiEnabled":"\u003cboolean\u003e","menuAccessEnabled":"\u003cboolean\u003e","buttonsEnabled":"\u003cboolean\u003e","remoteControlEnabled":"\u003cboolean\u003e","kioskModeEnabled":"\u003cboolean\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e"}