In some endpoint of the magento 2 API I get information from
Consumer is not authorized to access% resources
I have released all possible permissions in Integrations and the return is the same as the API.
I've been authenticating via oauth with client:key
and putting it on base 64.
The strangest thing of all is that the request for the endpoint rest/V1/products
works very well, however the error remains with other endpoints.
Has anyone ever been through this?