External Tools API Get request returns empty list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2021
01:51 AM
I am the https://canvas.instructure.com/doc/api/external_tools.html#method.external_tools.index get API to return a external tools used on my canvas. When I do a curl get request,
/api/v1/courses/3206736/external_tools" -H "Authorization: Bearer <Access Token>"
Its returns [] brackets even tho I have a few external tools on my canvas. I have access to these external tools and I have tried other ways of displaying them such as specifying the external tool id, but I get "the specified resource does not exist" message which makes no sense to me either.