GET https://api.subscriptiongenius.com/2/accounts/{account_id}/
Response Parameters
Paramater Description Data Type
account.account_id String
account.active
account.api_active String
account.api_key String
account.api_login String
account.audit_type
account.company_name String
account.created String
account.email String
account.master_checkout String
account.plan String
account.website String
Example Response
{
  "account":{
    "account_id":"856",
    "company_name":"Official PubSubscribe Demo",
    "email":"alon.waisman@publicationprinters.com",
    "website":"BlueBearMag.com",
    "active":true,
    "api_active":"0",
    "api_key":"",
    "api_login":"",
    "plan":"Premium",
    "audit_type":null,
    "created":"2014-11-13 00:10:28",
    "master_checkout":"http:\/\/checkout.sg\/BlueBearMag.com\/"
  }
}