I have very recently created a development account. I managed to get implement oauth20 to get the API token.
However, when I try to use with even on basic API calls, I am getting 401 unauthorized error. I see that even if I try the API examples. Here is the curl example with obfuscated token.
Does it have to do with me being new developer and still going through the review process?
curl -v "https://api.clover.com/v3/merchants/H1ZX51YNH76Q1" --header "Authorization: Bearer 8xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxd"
....
* Connection #0 to host api.clover.com left intact
{"message":"401 Unauthorized"}* Closing connection 0
~/g