v1

latestOpenAPI 3.0.12026-07-175557102.5 KB

Get scope details

Returns details of a scope. Returns full scope information (including quotas and settings) if the user is a scope member.

get/scopes/{scope}

Path parameters

scopestring required

The name of a scope. This must not be @ prefixed.

Example:denoland

The name of the scope

Response

OK

OR

Example response

{
  "scope": "denoland"
}