I'm trying to access the following end-point
https://docs.valence.desire2learn.com/res/enroll.html#get--d2l-api-lp-(version)-enrollments-myenrollments- However I keep receiving
"HTTP request returned status code 403:
{ Errors: [ {Message: "Insufficient scope to call API.Required: core:*:*"} ] }"
I added the core:*:* and enrollment:own_enrollment:read scopes to my OAuth2.0 application but the error persists. Is there something I'm missing?