latestOpenAPI 3.0.12026-08-225657103.3 KB
c09fb78bfb08
List authenticated user's scopes
Returns a list of scopes that the authenticated user is a member of
get/user/scopes
Response
OK
Example response
[
{
"scope": "denoland"
}
]Returns a list of scopes that the authenticated user is a member of
OK
[
{
"scope": "denoland"
}
]