Call us toll-free @ 888-497-7898

API Call Information

area: email

action: addprofile

API Arguments

Argument Data Type Required Description
ipid integer Yes the id of the IP Address to add.
domainid integer Yes the id of domain name to add.

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=addprofile&ipid=135&domainid=535

API Response

XML Response

<response>
  <success>Profile Added</success>
  <id>3899</id>
</response>

JSON Response

{
    "success": "Profile Added",
    "id": "3899"
}