Get the total number of items created and total views for all items of the authenticated account.
- Requires authentication
- HTTP Method: GET
- URL: http://my.cl.ly/account/stats
-
Status: 200 OK
-
Body:
{ "items": 42, "views": 31337 }
curl --digest -u arthur@dent.com:towel \
-H "Accept: application/json" \
"http://my.cl.ly/account/stats"