on-site API not working
I am using the format here: https://gethelp.wildapricot.com/en/articles/1705-working-with-api-from-javascript
to list past events for my members (/sys/api/v2/accounts/<account number>/events). I want to display events in a certain way and then present some custom functionality. However, it is not working. While I (full admin) can see the list of events, the members get an error that says " error (403): Current token does not provide access to scope 'events_view'.". I shouldn't need any new tokens as this should use the access of the logged in user. On the page at the link above, it says "In this case, you don’t need an authentication token, since authentication is based on website session cookie.". Has anyone else experienced this? Has something changed? Things I know are true: the users can see all of the events I am trying to list via the calendar and the users are not browsing in private mode so there IS a cookie.
