v1

latestOpenAPI 3.0.12026-07-175557102.5 KB

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"
    }
  ]
}