Hi,
Is it possible to generate a valid api-token for Rest calls without going through the deployment of the app and a valid callback URL?
Here are few points that confuse me.
1- I would like to test the API, but don't have a secure URL to add in my app settings to receive the `code` (step 2 of this page https://docs.clover.com/clover-platform/docs/using-oauth-20). Can I get it in another way, just for testing?
2- Furthermore, when I go on
https://sandbox.dev.clover.com/oauth/authorize?client_id=48FV6PX3TCTWE
(that's my APP_ID) and I log in, I get a pop-up error "Not found".
3- When I look at the "Installs" menu, I can see that my own test-merchant account has installed my app.
4- Last, I did create an API_KEY in my Setup>Merchants menu, but I don't get how to use that one either.
Thanks
[EDIT]
I also tried
curl --request GET \
https://apisandbox.dev.clover.com/v3/merchants/ZM4SDMBTC5X31/payments \
-H 'accept: application/json' \
-H 'Authorization: Bearer b6fdc1ab-****' \ # This is the APi_KEY I get from my dashboard
And I get
{"message":"401 Unauthorized"}
[/EDIT]