Get Browser settings
Returns sites url displayed in Service app
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- main url
- mall url
- stock url
- cook url
- map url
{
  "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 string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...