Back to the Developer home page
The account API is currently just for reading, not writing. Any authenticated user has access.
Returns info about the current user’s Highrise 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>
<people-count type="integer">9412</people-count>
<bytes type="integer">17374444</bytes>
<color_theme>blue</color_theme>
<ssl_enabled>true</ssl_enabled>
<created-at type="datetime">2007-01-12T15:00:00Z</created-at>
<updated-at type="datetime">2007-01-12T15:00:00Z</updated-at>
</account>