Parameters
2 query
Query parameters
· 2thresholdDaysnumberOptionalRange: 1–730Default:
60Example
60limitnumberOptionalRange: 1–200Default:
25Example
25Clients whose last paid invoice is ≥ thresholdDays old (default 60). Sorted by lifetime revenue desc.
2 query
thresholdDaysnumberOptional6060limitnumberOptional25251 status code documented
This response returns no JSON body.
{
"success": true
}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"All BizKitHub public API endpoints require authentication via API key.