Skip to main content
POST
/
api
/
v1
/
heartbeat
/
{token}
Record a heartbeat ping (POST)
curl --request POST \
  --url https://api.devhelm.io/api/v1/heartbeat/{token} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
{}

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

token
string
required

Ping endpoint token for the heartbeat monitor

Body

The body is of type string.

Response

200 - */*

OK

{key}
boolean