Not sure why the returned token from Clover cannot be used to call Clover API.
I already posted same question before, on Feb but no answer there, so I post this one. Hopefully someone answering this.
How are you generating the token? What endpoint are you calling? Can you provide more details or link to your other question. Thanks!
Using OAUTH : https://docs.clover.com/build/oauth-2-0/
Endpoints following the docs but not sandbox
https://api.clover.com/oauth/token?client_id={appId}&client_secret={appSecret}&code={codeUrlParam}
Response from API
{ access_token: 'X5dX1c08-59dX-fX20-b6Xd-9cf60XXX395X' } (edited)
2 People are following this question.