C# AUTH By sdevwp 27th September 2017 using (WebClient client = new WebClient()) { client.Headers.Add("Authorization", "YOUR_ACCESS_KEY"); }