Get SOS button settings
Returns information about SOS button number
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- sos_button string
SOS number
- enable boolean
Determines whether the feature is enabled
{
"sos_button": "[email protected]",
"enable": false
}
{
"sos_button": "[email protected]",
"enable": false
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...