How to use the API
Current version: 1.1. Previous versions: 1.0.
General use of the API
Cron job monitor pulse (heart beat) code examples
curl "https://cronly.app/api/monitors/pulse/{token}"<?php
file_get_contents("https://cronly.app/api/monitors/pulse/{token}");import urllib2
try:
urllib2.urlopen("https://cronly.app/api/monitors/pulse/{token}")
except Exception:
passLast updated