Returns a list of all OAuth scopes managed by the OAuth client.
If successful, this endpoint will return a 200 OK status.
One of the following scopes are required to use this endpoint.
When the request is successful, you can expect an object matching the specification below to be returned.
{ oauth_scopes: [ OAuthScope { name: String title: String description: String? read_only: Boolean restricted: Boolean sensitive: Boolean type: OAuthScopeTypeEnum } ] }