⭐ 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

curl -X GET "https://example.com/api/user/stats"
{  "filesUploaded": 0,  "favoriteFiles": 0,  "views": 0,  "avgViews": 0,  "storageUsed": 0,  "avgStorageUsed": 0,  "urlsCreated": 0,  "urlViews": 0,  "sortTypeCount": {    "property1": 0,    "property2": 0  }}