/api/service/scheduler/complete
Report the outcome of a single scheduler request. On success the row is marked completed; on failure the retry counter is incremented and the row is finalized once retries are exhausted.
servicepostApiServiceSchedulerComplete
Parameters
5 body
Body · 5
apiKeystringRequiredidstringRequiredScheduler request id (bigint serialized as string).
successbooleanRequiredhttpCodenumber | nullresponseBodystring | nullRequest
POST /api/service/scheduler/complete
curl -X POST "https://api.bizkithub.com/api/service/scheduler/complete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"apiKey": "example_apiKey",
"id": "example_id",
"success": false
}'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.