I have set up a private app in Xero and want to make an html request (using my credentials) to get a JSON response. For example, to do a GET response to this url:https://api.xero.com/api.xro/2.0/Accounts.
With other APIs I've used, I could test out my requests by simply typing the endpoint into the address bar of an internet browser and get the JSON response in the browser.
I'm having trouble figuring out what that html request would be if it featured my Consumer Key and maybe also my RSA Private Key?
Is this even possible using the Xero Authorisation process?