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