GET/v1/heartbeat/{heartbeat_id}
Send a heartbeat
This operation does not require authentication
Path parameters
heartbeat_id:string
Heartbeat ID
Responses
| Status | Meaning | Description |
|---|---|---|
| 200 | OK | Accepts an incoming heartbeat and returns nothing |
| 500 | Internal Server Error | Internal Server Error |
Request
GET
/v1/heartbeat/{heartbeat_id}curl --request GET \
--url https://api.onlineornot.com/v1/heartbeat/a1b2c3d4
POST/v1/heartbeat/{heartbeat_id}
Send a heartbeat
This operation does not require authentication
Path parameters
heartbeat_id:string
Heartbeat ID
Responses
| Status | Meaning | Description |
|---|---|---|
| 200 | OK | Accepts an incoming heartbeat and returns nothing |
| 500 | Internal Server Error | Internal Server Error |
Request
POST
/v1/heartbeat/{heartbeat_id}curl --request POST \
--url https://api.onlineornot.com/v1/heartbeat/a1b2c3d4