Get Account Info
/api/account
Response
<account>
<subdomain>acme</subdomain>
<account_holder_id>1</account_holder_id>
<billing_address>
Jane Smith
Acme Inc
123 Main St
New York NY 10001
</billing_address>
<billing_email>billing@acme.example.com</billing_email>
<country>AT</country>
<plan ssl="true" stages="true" multiple_users="true" versions="true" branding="true" full_text_search="true">Promo</plan>
<branding>active</branding>
<branding_info>
<title>Acme</title>
<font_color>#ffffff</font_color>
<top_color>#426fb3</top_color>
<bottom_color>#5ebfff</bottom_color>
<logo>/branding/logo.png</logo>
<updated type="datetime">2010-02-01T00:00:00+01:00</updated>
</branding_info>
<trial>false</trial>
<stats available_space="39313762738" used_space="3635910222" />
<created_on type="datetime">2006-03-24T00:00:00+01:00</created_on>
<updated_on type="datetime">2006-03-24T00:00:00+01:00</updated_on>
</account>
{
"updated_on": "2009-08-19T22:00:00Z",
"billing_email": "billing@acme.example.com",
"stats": {
"used_space": "8456140",
"available_space": "30056314932"
},
"country": "AT",
"trial": "false",
"branding_info": {
"title": "Acme",
"logo": "/branding/logo.png",
"bottom_color": "#32302E",
"top_color": "#000000",
"font_color": "#ffffff",
"updated": "2010-05-24T22:00:00Z"
},
"account_holder_id": "1",
"plan": "Basic",
"branding": "active",
"billing_address": "Jane Smith Acme Inc 123 Main St New York NY 10001",
"created_on": "2009-08-19T22:00:00Z",
"subdomain": "acme"
}