Using the OAuth 2.0 approach for API authentication, I cannot interact with the GET /rest/api/2/projectvalidate/validProjectKey endpoint.
The error I'm receiving is `OAuth 2.0 is not enabled for method: GET /rest/api/2/projectvalidate/validProjectKey`.
Can I get OAuth 2.0 enabled for this endpoint?
Hello Kyle,
Thank you for reaching out.
Indeed, the API resource you mentioned does not support OAuth 2.0 yet, as described in this documentation:
This API resource doesn't support Oauth2 (3LO).
You should be able to execute the API using any other authentication methods listed in the documentation below:
Authentication and authorization
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.