Settings
Get the value of a setting
Get the current value of a specific setting
get/settings/{settingId}
Path parameters
settingIdstring required
Example:global_policy_mode
Id of the setting to set
Response
Settings
Example response
{
"id": "global_policy_mode",
"data": {
"settingId": "allowed_networks"
}
}