Call us toll free @ 888-497-7898

sms - getaccountinfo

Gets account information and stats at a glance such as total mms credits, sms credits, total replies, clicks, optouts


API Call Information
area: sms
action: getaccountinfo

API Arguments
Argument Data Type Required Description
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=sms&action=getaccountinfo

API Result:
XML Response JSON Response
<response>
  <smscredits>173</smscredits>
  <mmscredits>289</mmscredits>
  <totalsent>4</totalsent>
  <totalreplies>19</totalreplies>
  <totalclicks>6</totalclicks>
  <totaloptouts>0</totaloptouts>
  <orgregistrationstatus>Pending</orgregistrationstatus>
  <campaignverifystatus>Pending</campaignverifystatus>
  <org10dlcstatus>Pending</org10dlcstatus>
</response>
{
    "smscredits": "173",
    "mmscredits": "289",
    "totalsent": "4",
    "totalreplies": "19",
    "totalclicks": "6",
    "totaloptouts": "0",
    "orgregistrationstatus": "Pending",
    "campaignverifystatus": "Pending",
    "org10dlcstatus": "Pending"
}