Settings
Returns the settings for the device.
URL
system/settings
Method
POST
Request Media type
application/json
Response Media type
application/json
Request Parameters
Parameter | Data Type | Min | Max | M/O | Sample Value | Comments |
---|---|---|---|---|---|---|
key | String | 32 | 32 | M | yZiXkdBeUdtbyzfwSwMSksSlclAhilQn | Key obtained from authentiaction. |
imei | String | 14 | 16 | M | 352099001761481 | IMEI of the device. |
Response Values
Name | Data Type | Min Length | Max Length | M/O | Sample Value | Comments |
---|---|---|---|---|---|---|
face_threshold | Integer | M | 3 | Face detection threshold. |
Sample Request
{
"key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq",
"imei": "352099001761481"
}
Sample Success Response
{
"face_threshold": "3",
"e": 200,
"msg": "Success"
}