Ruby

Below is an example of making a HTTP request to healthcheck Flip ID from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://healthchecks-staging.flip.id/ping/your-uuid-here'))