I'm trying to get oAuth working to do Semi Integration via cloud sdk. I'm doing the auth in my server and just return the needed information to my UI to communicate with the javascript SDK
I was trying to get my access token thru the API for sandbox :
https://sandbox.dev.clover.com/oauth/authorize?client_id=<APP_ID>
But the response that I am getting in the API call was an html.
This is the page I am following: https://docs.clover.com/clover-platform/docs/using-oauth-20#section-step-1-request-merchant-authorization
I configured a URL callback to get the code to the sandbox merchant that has this app (app currently in Draft status).
I'm stuck at the first step where I need to be able to get the callback after invoking a /oauth/authorize.
Any help?