Hi,
Just started my journey of developing on Clover. Trying to follow the docs carefully but running into issues with sandbox.
When I run the call like 'curl -s
https://apisandbox.dev.clover.com/v3/merchants/RC... --header "Authorization:Bearer {api_token}" | python -mjson.tool'
I get '401 Unauthorized' error. I am using the merchant ID from sandbox. And the token, I manually generated from the API tokens under setup.
What am I doing wrong? Can you please help.
Thanks,