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