Below is an example of making an HTTP request to hc-serverless from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://hc-serverless.production.ap-northeast-1.aws.tablecheck.net/ping/your-uuid-here'))