List personal access tokens
Returns a list of tokens for the authenticated user
get/user/tokens
Response
OK
Example response
[
{
"permissions": [
{
"scope": "denoland"
}
]
}
]Returns a list of tokens for the authenticated user
OK
[
{
"permissions": [
{
"scope": "denoland"
}
]
}
]