/api/service/scheduler/log
Centralized log channel for the external scheduler runner. Always writes against the BizKitHub internal organisation so failures are surfaced even when the runner has no DB access.
servicepostApiServiceSchedulerLog
Parameters
4 body
Body · 4
apiKeystringRequiredmessagestringRequiredlevel"info" | "success" | "error" | "warning" | "critical"Values:
infosuccesserrorwarningcriticalsubjectstringRequest
POST /api/service/scheduler/log
curl -X POST "https://api.bizkithub.com/api/service/scheduler/log" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"apiKey": "example_apiKey",
"message": "example_message",
"level": "example_level",
"subject": "example_subject"
}'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.