Below is an example of making an HTTP request to CSV2 Process Monitoring from C#.
using (var client = new System.Net.WebClient()) { client.DownloadString("https://healthcheck.competiscan.com/ping/your-uuid-here"); }