getCrm DashboardAdmin BFF

/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

2 total
Query · 2
thresholdDaysnumber
Range: 1730
Default: 60
limitnumber
Range: 1200
Default: 25

Request

GET /bff/crm/churn-risk

get
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.

Get API Key