latestOpenAPI 3.0.12026-08-225657103.3 KB
c09fb78bfb08
Create authorization
Starts an authorization flow
post/authorizations
Request body
Example request
{
"challenge": "1234567890abcdef",
"permissions": [
{
"scope": "denoland"
}
]
}Response
OK