I want to build a simple C# console app to make a basic HTTP request using the HTTPClient to pull a list of sales in JSON format. I’ll be writing these to a database and then into our accounting software (that part I can do).
I need a little help getting started. Where can I find sample code of how to authenticate and pull the sales records? I was looking at a few similar examples in PHP and they reference the API Key and password. I can find my private API key and Secret Key, but not the password. Could someone tell me where I find the password they are referring to?
Thanks