My canvas account for my institution is admin and I have generated an access_token.
The API documentation for api/v1/courses states that it "Returns the paginated list of active courses for the current user" and indeed it returns the one course I enrolled in as a test.
But how do I use the API to see ALL the course's my institution offers, can it be done?
Eventually I want to:
1- locate and verify a course is open and obtain its price
2- Check that a user does not already exist and create them if they do not
3- enrol student in course
Julien