List shares
GET
/api/share
Returns all share links owned by the authenticated user.
Authorizations
Token
Format: token <value>. Types: user (session) or uploader (API token).
Type
API Key (header: Authorization)
Responses
OK
application/json
JSON { "id": "string", "ownerId": "string", "type": "string", "createdAt": "string", "views": 0, "owner": { "id": "string", "username": "string" }, "file": { "id": "string", "name": "string", "size": "string", "mime": "string" }, "folder": { "id": "string", "name": "string", "fileCount": 0, "folderCount": 0 }, "collection": { "id": "string", "name": "string", "fileCount": 0 }, "paste": { "id": "string", "name": "string", "type": "string", "content": "string" } }
[
]
