Skip to main content
POST
Acknowledge a churn alert

Path Parameters

Acknowledging an alert signals that your team has reviewed the churn risk and is taking action. No request body is required.

Example Request

Response

Returns the updated churn alert object with the acknowledged_at timestamp populated.
Acknowledging an alert is idempotent. Calling this endpoint on an already-acknowledged alert returns the existing acknowledged_at timestamp without modification.
Use the Get Churn Alerts endpoint with acknowledged=false to retrieve only alerts that still need review.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

Alert acknowledged.

status
string
Allowed value: "acknowledged"