/bff/crm/churn-risk
Clients whose last paid invoice is ≥ thresholdDays old (default 60). Sorted by lifetime revenue desc.
crm-dashboardgetBffCrmChurn-risk
Parameters
2 query
Query · 2
thresholdDaysnumberRange: 1–730
Default:
60limitnumberRange: 1–200
Default:
25Request
GET /bff/crm/churn-risk
curl -X GET "https://api.bizkithub.com/bff/crm/churn-risk?thresholdDays=60&limit=25" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"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.