Parameters
JSON body
Request body
application/jsonitemType"overdue_invoices" | "overdue_payables" | "churn_risk" | "tax_deadline"Requiredmode"day" | "week" | "forever" | "historical"RequiredModes: day (24h), week (7d), forever, historical (snapshot current item IDs, only show NEW ones).
JSON body
itemType"overdue_invoices" | "overdue_payables" | "churn_risk" | "tax_deadline"Requiredmode"day" | "week" | "forever" | "historical"Required1 status code documented
This response returns no JSON body.
{
"success": true
}POST /bff/crm/action-items/dismiss
curl -X POST "https://api.bizkithub.com/bff/crm/action-items/dismiss" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{}'All BizKitHub public API endpoints require authentication via API key.