# Return Tweak Settings option's value This function retrieves values from the file and the server's Exim configuration. Endpoint: GET /get_tweaksetting Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `key` (string, required) The option. Example: "defaultmailaction" - `module` (string) One of the following module names: * * * * Enum: "Apache", "Basic", "Mail", "Main" ## Response 200 fields (application/json): - `data` (object) - `data.tweaksetting` (object) A list of the option's information. - `data.tweaksetting.key` (string) A key name in the file. Example: "defaultmailaction" - `data.tweaksetting.value` (string) The value. This value depends on the value's requirements. Example: "localuser" - `metadata` (object) - `metadata.command` (string) The method name called. Example: "get_tweaksetting" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1