https://sandbox.dev.clover.com/oauth/token?client_id={appId}&client_secret={appSecret}&code={codeUrlParam}
Hi @miguel
Thanks for your reply, I got the API token from below url, I triedyour given URL but it is not working.
https://api.clover.com:443/oauth/token?client_id={appId}&client_secret={appSecret}&code={codeUrlParam}
Well now I am facing 1 last problem :)
When I am fetching the employees list by predefined token it is working fine, but when I am going to fetch the employees list by that token which is generated by Access Token Method (OAuth above method) I got the error 401 Unauthorized.
You need to make sure the app that's generating the OAuth has the correct permissions.
Here's a quick video of how to build a WebApp with OAuth.
1 Person is following this question.