Call us toll free @ 888-497-7898

email - adddomain

Adds a domain to a users account. Charges $17 for a .com domain unless it is a user controlled domain


API Call Information
area: email
action: adddomain

API Arguments
Argument Data Type Required Description
domain string Yes The domain name to register. example: test.com
usercontrolled boolean either 1 or 0 No If set to 1 we do not attempt to register the domain, but add the domain to the list. You need to make sure follow our domain parking guide.
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=adddomain&domain=test.com&usercontrolled=1

API Result:
XML Response JSON Response
<response>
  <success>Domain Added</success>
  <id>111</id>
</response>
{
    "success": "Domain Added",
    "id": "111"
}