Skip to main content
GET
List high-churn-risk customers

Query Parameters

Example Request

Response

Returns a list of customers with churn scores above the threshold, sorted by score descending.
Use this endpoint in combination with the Churn Alerts endpoint to build automated retention workflows. Lowering the threshold surfaces more customers for proactive outreach.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Query Parameters

limit
integer
default:1000

Max rows returned (clamped to 1000).

Required range: x <= 1000
offset
integer

Rows to skip, for paging past the clamp.

Required range: x >= 0
threshold
integer
default:70

Minimum churn score (0-100) to include.

Required range: 1 <= x <= 100

Response

Customers at or above the threshold.

data
object[]