# Enable domain's DKIM records This function enables DomainKeys Identified Mail (DKIM) records on the DNS server for one or more domains. Endpoint: GET /enable_dkim Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `domain` (string, required) The domain for which to enable DKIM records on the DNS server. To enable multiple domain DKIM records, duplicate the parameter name. For example, use the , , and . ## Response 200 fields (application/json): - `data` (object) - `data.payload` (array) An array of objects containing information about the enabled state of a domain's DKIM records on the DNS server. - `data.payload.domain` (string) The domain for which the system enabled the DKIM record. Example: "example.com" - `data.payload.msg` (string) The domain's DKIM record status message. Example: "Installed Keys" - `data.payload.status` (integer) Whether the system enabled the domain's DKIM record on the DNS server. * — The system enabled the domain's DKIM record. * — The system did enable the domain's DKIM record. Enum: 0, 1 - `metadata` (object) - `metadata.command` (string) The method name called. Example: "enable_dkim" - `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