Get authorization details
Returns details of an authorization
get/authorizations/details/{code}
Path parameters
codestring required
The code of the authorization
Response
OK
Example response
{
"permissions": [
{
"scope": "denoland",
"package": "fmt",
"version": "1.2.3"
}
]
}