Is there a way to obtain an OAuth code programmatically, i.e. without a human user logging in?
I use https://sandbox.dev.clover.com/oauth/authorize?client_id=<clientid> to generate code but this requires me to be logged into the clover web portal.
I need a headless way of generating "code" so i can use the rest of the clover REST API.