Call us toll free @ 888-497-7898

email - getcustomdomains

Gets list of custom verified domains to send on behalf of


API Call Information
area: email
action: getcustomdomains

API Arguments
Argument Data Type Required Description
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=getcustomdomains

API Result:
XML Response JSON Response
<response>
<customfromdomain>
<id>5</id>
<domain>eyooli.com</domain>
<datecreated>March 05, 2025, 10:32 pm</datecreated>
<dkimconfirmed>Yes</dkimconfirmed>
<cnamehost>1258sysdkim._domainkey</cnamehost>
<cnamevalue>dkim._domainkey.bpmb-mail.com</cnamevalue>
</customfromdomain>
</response>
{
    "customfromdomain": {
        "id": "5",
        "domain": "eyooli.com",
        "datecreated": "March 05, 2025, 10:32 pm",
        "dkimconfirmed": "Yes",
        "cnamehost": "1258sysdkim._domainkey",
        "cnamevalue": "dkim._domainkey.bpmb-mail.com"
    }
}