BizKitHub
DocsAPI ReferenceCrm Dashboard/bff/crm/action-items/dismiss
postCrm DashboardAdmin BFF

/bff/crm/action-items/dismiss

Modes: day (24h), week (7d), forever, historical (snapshot current item IDs, only show NEW ones).

crm-dashboardpostBffCrmAction-itemsDismiss

Parameters

JSON body

Request body

application/json
itemType"overdue_invoices" | "overdue_payables" | "churn_risk" | "tax_deadline"Required
mode"day" | "week" | "forever" | "historical"Required

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

POST /bff/crm/action-items/dismiss

post
curl -X POST "https://api.bizkithub.com/bff/crm/action-items/dismiss" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key