List pastes
GET
/api/paste
Returns all pastes 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", "name": "string", "type": "string", "ownerId": "string", "content": "string", "shareId": "string", "createdAt": "string", "updatedAt": "string" }
[
]
