Canvas API - Invalid access token

JohnHawkins1
Community Member

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
0 Likes