v1
latestOpenAPI 3.0.32026-07-13331437.0 KBHealthchecks
List all healthchecks
Returns all healthcheck monitors for cron job monitoring.
get/v1/healthchecks
Response
List of healthchecks
Example response
[
{
"uuid": "tok_abc123def456",
"name": "Daily Backup Job",
"pingUrl": "https://hc.hyperping.io/tok_abc123def456",
"cron": "0 2 * * *",
"timezone": "America/New_York"
}
]