v1
latestOpenAPI 3.0.12026-07-175557102.5 KBCreate authorization
Starts an authorization flow
post/authorizations
Request body
Example request
{
"challenge": "1234567890abcdef",
"permissions": [
{
"scope": "denoland"
}
]
}Response
OK