Get settings of custom text on the lock opening screen
Returns settings of custom text on the lock opening screen
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- status boolean
- text string
{
"status": true,
"text": "Hello World"
}
{
"status": true,
"text": "Welcome"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...