Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 524 Bytes

view-account-stats.md

File metadata and controls

30 lines (22 loc) · 524 Bytes

View Account Stats

Get the total number of items created and total views for all items of the authenticated account.

Request

Response

  • Status: 200 OK

  • Body:

    {
      "items": 42,
      "views": 31337
    }

Example

curl --digest -u arthur@dent.com:towel \
     -H "Accept: application/json" \
     "http://my.cl.ly/account/stats"