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