List Reservations API endpoint Invalid Token Error
Hello,
I am having an issue accessing the "get workplace's reservations". The error is as follows:
{'code': 4711, 'message': 'Invalid access token, does not contain scopes:[workspace:read:list_reservations, workspace:read:list_reservation:admin].'}
I have verified that I have 'workspace:read:list_reservation:admin' added to the scope of my app.
Have been able to access other endpoints with no problem except for this one endpoint. Also using server-to-server oauth. It is also as an account-level app. Have tried valid and invalid workspace ids with the same error message. I have verified that I am using a get command for the call.
Looking for any help on what maybe causing this or other places I can look.
Thanks.
