Canvas API - Invalid access token
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2021
04:08 PM
Hi,
I am trying to access the Canvas API via postman and getting the below error:
{
"errors": [
{
"message": "Invalid access token."
}
]
}
I tried generating access token multiple times using Postman OAuth 2.0, still it keeps on throwing same error. And the canvas documentation doesn't have any information about how to deal with it.
Thanks