Telescope
Heartbeat

Send a heartbeat ping

Record a heartbeat for a cron/scheduled-job monitor. The UUID in the URL acts as authentication — no API key required. With no signal segment the ping is recorded as a success (liveness) ping.

POST
/api/heartbeat/{uuid}

Path Parameters

uuid*string

Unique heartbeat monitor identifier

Formatuuid

Response Body

application/json

curl -X POST "https://api.telescopealerts.com/api/heartbeat/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "status": "ok",
  "message": "string",
  "monitor_id": "ff93e0f3-22fc-4809-8875-a2d24a9803b1",
  "signal": "start",
  "received_at": "2019-08-24T14:15:22Z"
}