Get heartbeat ping URL
GET /api/v1/monitors/{id}/heartbeat-url
GET
/api/v1/monitors/{id}/heartbeat-url
Returns the ping URL for a heartbeat monitor. Only available for monitors of type heartbeat.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”Heartbeat ping URL
object
url
string format: uri
Example
https://hb.manako.dev/ping/abc123...Monitor is not of type heartbeat (INVALID_TYPE)
Unauthorized
Monitor or token not found