Get usage stats
GET
/api/usage/stats
Returns the authenticated user's current usage counters for storage, files, folders,
pastes, collections, shares, and tokens alongside their configured per-user limits.
Authorizations
Token
Format: token <value>. Types: user (session) or uploader (API token).
Type
API Key (header: Authorization)
Responses
OK
application/json
JSON "storage": { "current": "string", "max": 0 }, "files": { "current": 0, "max": 0 }, "folders": { "current": 0, "max": 0 }, "pastes": { "current": 0, "max": 0 }, "collections": { "current": 0, "max": 0 }, "shares": { "current": 0, "max": 0 }, "tokens": { "current": 0, "max": 0 }
{
}
