Below is an example of making an HTTP request to Treasure Mart Health Checks from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://checks.treasuremart.net/ping/your-uuid-here'))