HeyWatch Developers

CoreAPI: DownloadVideoFormatJobEncoded VideoAccount

Account Resource

Get account information

GET /account.(xml|json)

With the cURL command:

curl -u username:passwd https://heywatch.com/account.json
{
  "created_at": "2006-11-29T17:59:45+01:00",
  "updated_at": "2011-06-07T14:30:23+02:00",
  "upload_key": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
  "lastname": "Celeste",
  "io": 75170468,
  "firstname": "Bruno",
  "login": "bruno",
  "email": "bruno.celeste@gmail.com",
  "default_format": 10,
  "automatic_encode": false
}