Get Device Security

GET {{baseUrl}}/v1/device/:deviceUid/security

Get a device security options

HEADERS

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Acceptstring

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"}