latestOpenAPI 3.0.12026-08-225657103.3 KB

c09fb78bfb08

Get authorization details

Returns details of an authorization

get/authorizations/details/{code}

Path parameters

codestring required

The code of the authorization

Response

OK

codestring required

The authorization code.

expiresAtstring date-time required

The date and time until which the authorization can be approved / exchanged.

Example response

{
  "permissions": [
    {
      "scope": "denoland"
    }
  ]
}