Check if default password is in use
Returns whether the device is currently using the default password. If true, the password must be changed using POST /login/change before the web interface becomes available.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_default booleanTrue if device is using default password, false if password has been changed 
{
  "is_default": true
}
{
  "is_default": false
}
Loading...