Call us toll-free @ 888-497-7898

API Call Information

area: email

action: getaccountinfo

API Arguments

Argument Data Type Required Description

API URL Example

https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=getaccountinfo

API Response

XML Response

<response>
<billingperiod>October 11, 2011 - November 09, 2011, 12:00:00 am</billingperiod>
<packagesize>50,000,000</packagesize>
<emailsentcycle>28984100</emailsentcycle>
<maxconcurrentcampaigns>10</maxconcurrentcampaigns>
<totaldomains>54</totaldomains>
<totalips>85</totalips>
</response>

JSON Response

{
    "billingperiod": "October 11, 2011 - November 09, 2011, 12:00:00 am",
    "packagesize": "50,000,000",
    "emailsentcycle": "28984100",
    "maxconcurrentcampaigns": "10",
    "totaldomains": "54",
    "totalips": "85"
}