Hey Clover community, we are currently in the process of having our application reviewed by Clover. However, we ran into an issue with the client experiencing a 401 unauthorized HTTP error being returned from the Clover API. Our application is sending the correct client ID, client secret, and a one-time authorization code for an access token. The Clover API is successfully returning an access token.
A subsequent GET request to
https://api.clover.com/v3/merchants/<merchantID>/employees/<employeeID> is returning a 401 unauthorized error, even with the access token passed in the Authorization header.This is only occurring against the production API during app approval; interestingly enough, it works in the sandbox environment. More information on how to debug this further would be much appreciated!