Call us toll-free @ 888-497-7898

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 Response

XML 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>

JSON Response

{
    "smscredits": "173",
    "mmscredits": "289",
    "totalsent": "4",
    "totalreplies": "19",
    "totalclicks": "6",
    "totaloptouts": "0",
    "orgregistrationstatus": "Pending",
    "campaignverifystatus": "Pending",
    "org10dlcstatus": "Pending"
}