Skip to content

Fetch Device Access Method Settings

GET
/api/v1/developer/devices/{device_id}/settings

Available since v3.3.10

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

device_id*
Type
string
Required

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": {
  
  
"access_methods": {
  
  
  
"nfc": {
  
  
  
  
"enabled": "string"
  
  
  
},
  
  
  
"bt_tap": {
  
  
  
  
"enabled": "string"
  
  
  
},
  
  
  
"bt_button": {
  
  
  
  
"enabled": "string"
  
  
  
},
  
  
  
"bt_shake": {
  
  
  
  
"enabled": "string"
  
  
  
},
  
  
  
"mobile_wave": {
  
  
  
  
"enabled": "string"
  
  
  
},
  
  
  
"pin_code": {
  
  
  
  
"enabled": "string",
  
  
  
  
"pin_code_shuffle": "string"
  
  
  
},
  
  
  
"face": {
  
  
  
  
"enabled": "string",
  
  
  
  
"anti_spoofing_level": "string",
  
  
  
  
"detect_distance": "string"
  
  
  
},
  
  
  
"wave": {
  
  
  
  
"enabled": "string"
  
  
  
},
  
  
  
"qr_code": {
  
  
  
  
"enabled": "string"
  
  
  
},
  
  
  
"touch_pass": {
  
  
  
  
"enabled": "string"
  
  
  
}
  
  
},
  
  
"device_id": "string"
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI