DocsAPI ReferenceService/api/service/scheduler/log
postServiceService

/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

4 total
Body · 4
apiKeystringRequired
messagestringRequired
level"info" | "success" | "error" | "warning" | "critical"
Values: infosuccesserrorwarningcritical
subjectstring

Request

POST /api/service/scheduler/log

post
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.

Get API Key