Get multiple-concierge call mode settings
Returns multiple-concierge call mode settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enable booleanDetermines whether the feature is enabled 
- timeout integerPossible values: >= 15and<= 30Determines the time to call the concierge 
{
  "enable": true,
  "timeout": 25
}
{
  "enable": true,
  "timeout": 25
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...