Call us toll-free @ 888-497-7898

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 Response

XML Response

<response>
  <customfromdomain><id>11</id><domain>test.com</domain>
<dkimconfirmed>Yes</dkimconfirmed></customfromdomain>
</response>

JSON Response

{
    "customfromdomain": {
        "id": "11",
        "domain": "test.com",
        "dkimconfirmed": "Yes"
    }
}