Hello, I'm currently developing a web app using the rest api.
I'm testing the full oauth flow exchanging an authorization code
client_id , client_secret, and code come as parameters of callback url after Clover authentication and correctly match my app id and secret. Everything apparently looks correct but it is returning
{ "message": "Unknown Client ID" }
I'm not sure what else could influence my application lookup.
Looking into the forum index I found other similar issues with no response. I hope to get more luck this time.
Thank you