Call us toll free @ 888-497-7898

email - verifycustomdomain

Runs the verification check again for the custom domain to see if the DNS records are added.
This is for the custom from address system


API Call Information
area: email
action: verifycustomdomain

API Arguments
Argument Data Type Required Description
id integer Yes ID of a custom domain to check for verification.
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=verifycustomdomain&id=222

API Result:
XML Response JSON Response
<response>
  <customfromdomain><id>11</id><domain>test.com</domain>
<dkimconfirmed>Yes</dkimconfirmed></customfromdomain>
</response>
{
    "customfromdomain": {
        "id": "11",
        "domain": "test.com",
        "dkimconfirmed": "Yes"
    }
}