Call us toll-free @ 888-497-7898

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 Response

XML Response

<response>
  <success>Domain Added</success>
  <id>111</id>
</response>

JSON Response

{
    "success": "Domain Added",
    "id": "111"
}