[ARCHIVED] LTI 1.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2021
04:23 AM
Currently, we are using the LTI 1.1 with API key to access Canvas APIs listed below:
- url:GET|/api/v1/courses/:id
- url:GET|/api/v1/courses/:course_id/folders/:id
- url:GET|/api/v1/folders/:id/folders
- url:GET|/api/v1/folders/:id/files
- url:GET|/api/v1/users/:user_id/folders/:id
- url:GET|/api/v1/courses/:course_id/modules
- url:GET|/api/v1/courses/:course_id/modules/:id
- url:GET|/api/v1/courses/:course_id/modules/:module_id/items
- url:GET|/api/v1/courses/:course_id/modules/:module_id/items/:id
Now we want to upgrade it to LTI 1.3 using the LTI key. So, it is possible to use access _ token with grant type “client_credentials” to access the above listed Canvas APIs.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.