Get info about 'support remote connection' feature status
Describes feature status, support team will be allowed to connect if value is true. (Connection will only be possible if you provide your device's serial number and credentials to the support team)
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_enabled boolean
describes the feature status
{
"is_enabled": true
}
{
"is_enabled": true
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...