Skip to main content
POST
/
v1
/
automation
/
cloud-heartbeat
Heartbeat for an automation worker
curl --request POST \
  --url http://0.0.0.0:3000/v1/automation/cloud-heartbeat \
  --header 'Authorization: Bearer <token>'
{
  "error": "unauthorized"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

ok