コンテンツにスキップ

Get heartbeat ping URL

GET
/api/v1/monitors/{id}/heartbeat-url

Returns the ping URL for a heartbeat monitor. Only available for monitors of type heartbeat.

id
required
string

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