unauthorized api call from javascript
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2019
06:29 AM
when i make the call to this api endpoint via javascript as a student:
'/api/v1/accounts/1/external_tools?search_term=%5BIvey&per_page=30'
i get an unauthorized error. (this works for admins and faculty)
is there anyway i can allow students to have read access to this endpoint?