[ARCHIVED] Webhooks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2021
08:34 AM
Trying to get webhooks set up for course changes. . .documentation is a bit slim, so I'm trying to get the steps down.
1) Contact Canvas to get a profile setup against my dev key ( https://canvas.instructure.com/doc/api/file.jwt_access_tokens.html)
Note: to retrieve a custom Tool Consumer Profile an Instructure employee must first create the tool consumer profile and associate it with your developer key. Please contact us for assistance with this process.
2) Use that profileId to pull a JWT token
3) Use that JWT token to call the necessary /api/lti/subscriptions endpoints
But. . .for (3). . .should the POST (to make new webhooks) have the info passed as params, or as a body object?
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.