Ping a specific heartbeat by id
curl --request POST \
--url https://api.rootly.com/v1/heartbeats/{heartbeat_id}/ping \
--header 'Authorization: Bearer <token>'
This response does not have an example.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
create ping
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/heartbeats/{heartbeat_id}/ping \
--header 'Authorization: Bearer <token>'
This response does not have an example.