Get Server Settings
GET {{base_url}}/fc/api/v1/settings/server
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"server_name": "File Sync & Share",
"white_label": "File Sync & Share",
"white_label_url": "mobilecho",
"root_web_address": "https://dev-cloud.acronis.com",
"management_server_address": "https://mc-beta-cloud.acronis.com",
"default_locale": "en",
"session_timeout_in_minutes": 120,
"sync_and_share_enabled": true,
"notification_admin_enabled": false,
"notification_admin_email": "adminname@mycompany.com",
"notification_admin_frequency": 30,
"restrict_ip_address": false,
"ip_address_mapping": ""
} |
ENDPOINTS