List API tokens
GET
/api/me/tokens
Returns all API tokens for the authenticated user, sorted with the current token first.
Authorizations
Token
Format: token <value>. Types: user (session) or uploader (API token).
Type
API Key (header: Authorization)
Responses
OK
application/json
JSON { "id": "string", "type": "string", "createdAt": "string", "usedAt": "string", "userAgent": "string", "me": true, "name": "string" }
[
]
