When I perform a GET from:
<canvasURL>/api/v1/courses/<courseID>?access_token=<myAccesToken>
I receive the following:
{"status":"unauthorised","errors":[{"message":"user not authorised to perform that action"}]}
I am using an access token that has been created to work with a role which performs all our API calls.
It has permission to see all the users in sections and courses but can't retrieve the general course details.
What permissions do I need to add to this role for it to be able to perform this GET?
Gareth, greetings! Due to the technical nature of this question I'm sharing it with the Canvas Developers group in the Community. If you haven't already, you might consider joining this group so you'll have access to these resources and information.
Kona