latestOpenAPI 3.0.12026-08-225657103.3 KB
c09fb78bfb08
List personal access tokens
Returns a list of tokens for the authenticated user
get/user/tokens
Response
OK
Example response
[
{
"permissions": [
{
"scope": "denoland"
}
]
}
]