Ruby

Below is an example of making an HTTP request to GP24 Healthchecks from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://healthchecks.gearparts24.de/ping/your-uuid-here'))