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

StatusMeaningDescription
200OKAccepts an incoming heartbeat and returns nothing
500Internal Server ErrorInternal 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

StatusMeaningDescription
200OKAccepts an incoming heartbeat and returns nothing
500Internal Server ErrorInternal Server Error

Request

POST
/v1/heartbeat/{heartbeat_id}
curl --request POST \
  --url https://api.onlineornot.com/v1/heartbeat/a1b2c3d4

Was this page helpful?