Below is an example of making an HTTP request to KiotHealthChecks from C#.
using (var client = new System.Net.WebClient()) { client.DownloadString("https://health.kiot.io/ping/your-uuid-here"); }