Call us toll free @ 888-497-7898

email - getaccountinfo

Returns basic account information. Such as billing period, number of emails sent, package size, total ips, total domains.


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 Result:
XML Response JSON 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>
{
    "billingperiod": "October 11, 2011 - November 09, 2011, 12:00:00 am",
    "packagesize": "50,000,000",
    "emailsentcycle": "28984100",
    "maxconcurrentcampaigns": "10",
    "totaldomains": "54",
    "totalips": "85"
}