The account API is currently just for reading, not writing. Any authenticated user has access.
Returns info about the current account. Includes:
Status: 200 OK
<account>
<id type="integer">1</id>
<name>Your Company</name>
<subdomain>yourco</subdomain>
<plan>premium</plan>
<owner-id type="integer">#{user_id of account owner}</owner-id>
<time-zone>America/Chicago</time-zone>
<storage type="integer">17374444</storage>
<created-at type="datetime">2011-01-12T15:00:00Z</created-at>
<updated-at type="datetime">2011-01-12T15:00:00Z</updated-at>
</account>