DocsAPI ReferenceService/api/service/scheduler/heartbeat
postServiceService

/api/service/scheduler/heartbeat

Liveness signal from the external scheduler runner. Stored as a temp record so /api/v1/ping/health can flag the runner offline if no heartbeat is received within the staleness window.

servicepostApiServiceSchedulerHeartbeat

Parameters

4 body

4 total
Body · 4
apiKeystringRequired
runnerIdstringRequired
Length: 48
requestCountnumberRequired
Range: 0
successCountnumberRequired
Range: 0

Request

POST /api/service/scheduler/heartbeat

post
curl -X POST "https://api.bizkithub.com/api/service/scheduler/heartbeat" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "apiKey": "example_apiKey",
  "runnerId": "example_runnerId",
  "requestCount": 0,
  "successCount": 0
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key