MyNewsletterBuilder API
Overview Quick Start Examples Downloads
 
AccountDetails < Return to Method List
struct AccountDetails()
Retrieve account and subscription information for your account.
Return Value
struct Returns a keyed structure with the following keys:

integer id Account id.
string username Account username.
string name Account contact / owner.
string email Contact email address.
string company Company name.
string website The URL specified for the account.
string status The current account status.
string member_since The date/time the account was established. YYYY-MM-DD HH:II:SS
string expires The date the current billing period ends. YYYY-MM-DD
string renews The current subscription renewal setting.
string quota_refresh The date the send quota will be refreshed. YYYY-MM-DD
integer total_sent The total number of emails this account has sent.
integer period_sent The number of emails sent this period.
integer current_subscribers The total number of subscribers active in this period.
integer payg_credits Pay-As-You-Go Credits available.
int send_quota_rem The number of sends left this period.
integer sub_quota_rem The number of subscribers left until the limit is reached.
string subscription Describes your current subscription.
string send_limit The send limit based on your subscription.
string sub_limit The subscriber limit based on your subscription.
 
 
Copyright © 2003- MyNewsletterBuilder, Inc.