DocsAPI ReferenceService/api/service/scheduler/complete
postServiceService

/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

5 total
Body · 5
apiKeystringRequired
idstringRequired

Scheduler request id (bigint serialized as string).

successbooleanRequired
httpCodenumber | null
responseBodystring | null

Request

POST /api/service/scheduler/complete

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

Get API Key