I have a problem reaching the /subscribers endpoint of the Aweber API, when I try to use it, I get this as a result: 
which usually speaks for itself and it means the access token is ivalid or expired, but when I try to access the /accounts endpoint of the api with the same token, the request goes through:

Both requests are using the same header which uses Bearer ${Access token}:

just for more info, this is the error code from /subscribers call:


Be sure that your app is requesting and has the correct authentication Scopes to get access to the subscribers endpoint.
Specifically:
See the api docs about different security scopes at https://api.aweber.com/#tag/Authentication-Overview