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.
Hi - I am fairly new to API world. But when I saw my kids online classes runs on Canvas and when read about APIs tried my luck to see if I can do something as part of my hobby.
I was trying to fetch my kid's data from this api Get course level assignment data but getting below mentioned error.
API URL:
https://dummy/api/v1/courses/11285/analytics/assignments{
"status": "unauthorized",
"errors": [
{
"message": "user not authorized to perform that action"
}
]
Does anyone know inspite of giving the right course id and url, why we still get this error?
I am not sure what access observers have through API in general, however what you do have access to will be displayed on the screen when you log into canvas. The API cannot, and should not, give you access to anything beyond that.
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
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.