Skip to main content
POST
/
v1
/
heartbeats
/
{heartbeat_id}
/
ping
Ping a heartbeat
curl --request POST \
  --url https://api.rootly.com/v1/heartbeats/{heartbeat_id}/ping \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "title": "Not found or unauthorized",
      "status": "404"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

heartbeat_id
string
required

Response

create ping