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)
3 People are following this question.