Get Browser settings
Returns sites url displayed in Service app
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- main urlSite will be opened when 'main' icon clicked 
- mall urlSite will be opened when 'mall' icon clicked 
- stock urlSite will be opened when 'stock' icon clicked 
- cook urlSite will be opened when 'cook' icon clicked 
- map urlSite will be opened when 'map' icon clicked 
{
  "main": "https://example.com",
  "mall": "https://example.com",
  "stock": "https://example.com",
  "cook": "https://example.com",
  "map": "https://example.com"
}
{
  "main": "https://example.com",
  "mall": "https://example.com",
  "stock": "https://example.com",
  "cook": "https://example.com",
  "map": "https://example.com"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...