Get available OAuth2 scopes
GET/api/2.0/scopes
Retrieves a list of all available OAuth2 scopes for the specified tenant. The scopes define the permissions that can be requested by OAuth2 clients. The list is ordered alphabetically, with the 'openid' scope always appearing first.
Responses
- 200
- 400
- 403
- 429
- 500
Scopes successfully retrieved
Invalid request parameters
Insufficient permissions to get a list of scopes
Too many requests - rate limit exceeded
Internal server error occurred