Get the server's default DMARC record

This function retrieves the server's default DMARC record.

The system uses the default DMARC record when creating new accounts or applying DMARC policies that don't specify a custom record.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/get_default_dmarc_record
Request samples
whmapi1 --output=jsonpretty \
  get_default_dmarc_record
Response samples
application/json
{
  • "data": {
    • "payload": {
      • "record": "v=DMARC1; p=none;"
      }
    },
  • "metadata": {
    • "command": "get_default_dmarc_record",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}