⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/user/stats

View aggregate statistics for the authenticated user's files and URLs.

GET/api/user/stats

Response Body

application/json

application/json

{
  "filesUploaded": 0,
  "favoriteFiles": 0,
  "views": 0,
  "avgViews": 0,
  "storageUsed": 0,
  "avgStorageUsed": 0,
  "urlsCreated": 0,
  "urlViews": 0,
  "sortTypeCount": {
    "property1": 0,
    "property2": 0
  }
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}