GET/v1/heartbeat/{heartbeat_id}
Send a heartbeat
This operation does not require authentication
Required parameters
- Name
heartbeat_id
- Type
- string
- Description
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
Required parameters
- Name
heartbeat_id
- Type
- string
- Description
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