I've read some of the articles related to authenticating against the REST API and still haven't gotten my question answered. I'm trying to authenticate against the authorizations list endpoint in the REST API: https://sandbox.dev.clover.com/v3/merchants/{mId}/authorizations
I've set my Authorization header with the token I retrieved through the oauth flow (which I am able to use successfully for payments using the remotepay SDK). However, I always get 401 unauthorized when attempting to call this endpoint in the REST API. Am I not able to use oauth tokens for this? Do I need to create an API token for the merchant in the Clover portal instead?