Skip to main content

Get Scope by ScopeKey

GET 

/scopes-srv/scope

This API call allows you to retrieve a particular scope from all available scopes by using scopeKey. A scopeKey is the unique identifier of a scope.

Scopes are relevant for:

  • Managing permissions: Scopes can be used to secure your endpoints. The access token must contain the particular scope to be authorized.
  • Controlling the user profile data returned in id_token and userinfo endpoint

Query Parameters:

  • scopeKey: (Required) The unique identifier of the scope to retrieve.

Request

Responses

OK