Just a small thing, I think the OAuth2 Token Endpo...
# general
r
Just a small thing, I think the OAuth2 Token Endpoint documentation (https://www.ory.sh/docs/reference/api#tag/oAuth2/operation/oauth2TokenExchange) is missing the scope request parameter. I only figured out that you can get the token with scope by passing in the scope parameter by reading the
perform client-credentials
documentation of the CLI (https://www.ory.sh/docs/cli/ory-perform-client-credentials), and then try it with the API.