/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
Body · 4
apiKeystringRequiredrunnerIdstringRequiredLength: 4–8
requestCountnumberRequiredRange: 0–∞
successCountnumberRequiredRange: 0–∞
Request
POST /api/service/scheduler/heartbeat
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.