URL: http://heywatch.com/account
Actions
- [GET] http://heywatch.com/account : get all info about your account
Example response in XML: http://heywatch.com/account.xml [GET]
<account>
<user>
<notify-via-email>true</notify-via-email>
<country>France</country>
<lastname>Celeste</lastname>
<gender>male</gender>
<firstname>Bruno</firstname>
<birthday>Wed Jun 13 00:00:00 CEST 1984</birthday>
<login>bruno</login>
<logged-in-at>Thu Sep 14 10:09:58 CEST 2006</logged-in-at>
<email>bruno.celeste@heywatch.com</email>
<default-format>42</default-format>
<automatic-encode>true</automatic-encode>
</user>
<account>
<encode-credits>15</encode-credits>
<created-at>Thu Apr 13 17:37:07 CEST 2006</created-at>
</account>
</account>