Garmingo Docs
Monitors

Send Heartbeat

Send success or failure heartbeats for cron-style monitors.

Does accept both GET and POST

POST
/heartbeat/{token}

Path Parameters

token*string

Response Body

application/json

curl -X POST "https://garmingo.com/api/status/v1/heartbeat/string"
{
  "success": true
}