The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
Has anyone else had a problem using postman lately? It was working fine on my old PC running windows. Now I keep getting this same message using Garth's instructions.
Please excuse the shoddy photo-editing
Solved! Go to Solution.
Hey buddy,
Sorry for not checking back in. Apparently when I copy/pasted my auth-token it added in a little extra space at the end that I was missing. Sometimes it's the simple things, right? I figured this out after using the same Auth-Token in a python script.
It is good that you hid the API key, but we'll probably need to see the URL you were trying to access in order to troubleshoot it. I would guess that something is wrong with your URL with that error message.
Also I would add a couple of things that have caught me in the past. A quick sanity check that the token is still valid (I set an expiry on a testing token once, that caused me a little bit of chasing my tail).
Also, to test that and double check that everything is OK with what you are attempting to do (and that it is a local problem with postman) have you double checked to ensure what you are trying to do works with the Live API, that is normally my first point of call to make sure there are no other issues.
You can do so by adding '/doc/api/live' after your Canvas URL (e.g. https://example.instructure.com/doc/api/live). Never hurts to double check the basics, if not, would love to see the part of the URL you are using after example.instructure.com/ (as Matt said though, very good policy to black out your Bearer Token.
Hope that helps!
Stuart
I would agree with @stuart_ryan . I typically see issues with Postman when my token has expired, or when I forget to add part of the URL to the request. Most often for me it is the "?" before the parameters, or a "/" between navigational points that is either omitted or added.
Have you tried running this against another instance of Canvas (Test or Beta)? You may also want to try performing the GET via a web browser just to make sure that the path is valid and returning information. If all else fails, my go-to solution is to uninstall and then re-install the app.
I hope this helps. Good luck.
Hi @kevinw ,
I wanted to check in and see how you are progressing with this, has any of the info provided been able to get you over the hump and get Postman working again?
Cheers,
Stuart
Hey buddy,
Sorry for not checking back in. Apparently when I copy/pasted my auth-token it added in a little extra space at the end that I was missing. Sometimes it's the simple things, right? I figured this out after using the same Auth-Token in a python script.
Howdy Kevin,
No worries at all, the joys of whitespace!!! Great to hear that you got it all resolved in the end!
Cheers,
Stuart
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in