Parameters
JSON body
Request body
application/jsonexternalIdsstring[]RequiredBatch-approve review-queue entries (draft → active or stale → active)
JSON body
externalIdsstring[]Required1 status code documented
This response returns no JSON body.
{
"success": true
}POST /bff/kb/approve-batch
curl -X POST "https://api.bizkithub.com/bff/kb/approve-batch" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"externalIds": [
"string"
]
}'All BizKitHub public API endpoints require authentication via API key.