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