Ping a specific heartbeat by id
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"
}
]
}Was this page helpful?
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"
}
]
}