Get SOS button settings
Returns information about SOS button number
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- sos_button stringSOS number 
- enable booleanDetermines 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 stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...