I am getting 401 Unauthorized error in the Production APIs.
I have successfully get the access_token from OAuth following the steps in the documentation.
However sandbox is working fine.
Here the complete URL to fetch the Order types on Production.
https://api.clover.com/v3/merchants/xxxxxxxxxxxxx/order_types?access_token=redacted
Is it possible to call this API from any Android device or it requires only Clover device?